Yuichi Ito (5):
  packet lib: sctp: correct len(sctp)
  packet lib: tcp: support default parameters and the auto calculation
    of offset
  packet lib: udp: support default parameters
  packet lib: ipv6: support default parameters and the auto calculation
    of payload_length
  packet lib: add unittests that use default parameters of IPv4/6 and
    TCP/UDP/SCTP

 ryu/lib/packet/ipv6.py               |   26 +-
 ryu/lib/packet/sctp.py               |    7 +
 ryu/lib/packet/tcp.py                |   35 ++-
 ryu/lib/packet/udp.py                |    2 +-
 ryu/tests/unit/packet/test_ipv6.py   |   78 +++++
 ryu/tests/unit/packet/test_packet.py |  562 ++++++++++++++++++++++++++++++++++
 ryu/tests/unit/packet/test_tcp.py    |   45 +++
 ryu/tests/unit/packet/test_udp.py    |   10 +
 8 files changed, 745 insertions(+), 20 deletions(-)

-- 
1.7.10.4


------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to