You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In epoll_wait loop with multiple FDs registered should I call recvfrom_zcopy
once only?
Otherwise if there is a continuous stream of UDP packets incoming it always
returns recvfrom_zcopy > 0 and I never get any chance to get to the other FD.
See attached file stest.c - line #91. Is it correct (provides optimal
performance) to attempt to receive only once?
Thanks
Original issue reported on code.google.com by [email protected] on 13 Jul 2014 at 10:07
Original issue reported on code.google.com by
[email protected]
on 13 Jul 2014 at 10:07Attachments:
The text was updated successfully, but these errors were encountered: