On Fri, Jan 08, 2016 at 09:43:55PM +0900, FUJITA Tomonori wrote: > On Tue, 5 Jan 2016 18:52:28 +0100 > Baptiste Jonglez <[email protected]> wrote: > > > This patch serie implements the µTP packet format, which is used as a > > UDP-based transport protocol by Bittorrent clients. > > > > See: http://www.bittorrent.org/beps/bep_0029.html > > > > As µTP lives directly on top of UDP and can use any port number, > > a (rather weak) heuristic is used to detect µTP packets. > > > > [PATCH 1/2] utp: Initial implementation > > [PATCH 2/2] utp: Use detection heuristic in the UDP parsing class > > Nice work, thanks a lot!
Thanks! The only part I'm not quite satisfied with is the detection heuristic, which can produce false positive (see docstring of utp.detect_utp). On the other hand, I don't see any cleaner approach. > I got pep8 errors: > > https://travis-ci.org/fujita/ryu/jobs/101052416 > > Can you fix it and resend the updated patches? Sure, sorry about that! Baptiste
pgpKQfr03Eq96.pgp
Description: PGP signature
------------------------------------------------------------------------------
_______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
