mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 13:56:09 +02:00
packet lib: sctp: remove the past 'TODO' comments
Signed-off-by: Yuichi Ito <ito.yuichi0@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
fb62194f64
commit
0dca4fda4c
@ -760,7 +760,6 @@ class chunk_abort(chunk):
|
||||
============== =====================================================
|
||||
"""
|
||||
|
||||
# TODO: coding and testing
|
||||
_class_prefixes = ['cause_']
|
||||
_RECOGNIZED_CAUSES = {}
|
||||
|
||||
@ -917,7 +916,6 @@ class chunk_error(chunk):
|
||||
============== =====================================================
|
||||
"""
|
||||
|
||||
# TODO: coding and testing
|
||||
_class_prefixes = ['cause_']
|
||||
_RECOGNIZED_CAUSES = {}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user