On Fri, 27 Feb 2015 10:59:06 +0900 Yusuke Iwase <[email protected]> wrote:
> Because Ryu is based on Eventlet, GreenSocket is used by default and > blocking flags is disabled. So MSG_WAITALL flag is not available. > > This patch removes MSG_WAITALL flag, and fixes snortlib.py to check > received buffer size in _recv_loop_nw_sock(). > > Signed-off-by: IWASE Yusuke <[email protected]> > --- > ryu/lib/snortlib.py | 23 +++++++++-------------- > 1 file changed, 9 insertions(+), 14 deletions(-) Applied with one pep8 warning fix. Thanks. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
