Changes v1 -> v2:

- disuse @abstractproperty for python2.6
- fix problems about padding
- add tests for protocol stack


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             | 2076 ++++++++++++++++++++++++++++++++++++
 ryu/tests/unit/packet/test_sctp.py | 1396 ++++++++++++++++++++++++
 5 files changed, 3478 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=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to