Yuichi Ito (3): packet lib: add Stream Control Transmission Protocol packet lib: sctp: add a unittest for SCTP doc: hook up lib.packet.sctp
doc/source/library_packet_ref.rst | 2 + ryu/lib/packet/ipv4.py | 2 + ryu/lib/packet/ipv6.py | 2 + ryu/lib/packet/sctp.py | 2052 ++++++++++++++++++++++++++++++++++++ ryu/tests/unit/packet/test_sctp.py | 1308 +++++++++++++++++++++++ 5 files changed, 3366 insertions(+) create mode 100644 ryu/lib/packet/sctp.py create mode 100644 ryu/tests/unit/packet/test_sctp.py -- 1.7.10.4 ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
