Hello Yamamoto,
I have submitted a pull request in Github. All the tests are working. ( I
had to modify some of them to accommodate for the new changes, the tests
that I changed are merely the ones that were testing "packet" library
behavior, the rest of the tests are the same. )
https://github.c
hi,
> Hello Ryu's Team,
>
> I am considering using Ryu's packet library as a substitute for dpkt.
> Unfortunately, I got some very odd results about the performance of the
> packet library, specifically I noticed that Ryu's packet library is 5~7x
> slower than dpkt in packing and unpacking raw pa
Hello Ryu's Team,
I am considering using Ryu's packet library as a substitute for dpkt.
Unfortunately, I got some very odd results about the performance of the
packet library, specifically I noticed that Ryu's packet library is 5~7x
slower than dpkt in packing and unpacking raw packets.
I got som