On Mon, 21 Oct 2013 19:13:03 +0900 Yuichi Ito <[email protected]> wrote:
> 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 Hmm, seems that unittest fails with 2.6: https://s3.amazonaws.com/archive.travis-ci.org/jobs/12827689/log.txt ------------------------------------------------------------------------------ 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
