Replies: 1 comment 7 replies
-
How are the backers transported? UDP, TCP, a pipe... |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using libevent to receive 1-32K packets of varying sizes. The data received by ev_dead event will be randomly segmented into multiple packets, causing subsequent application logic to be unable to process the data correctly So does libuv have this problem?
Beta Was this translation helpful? Give feedback.
All reactions