Skip to content
Discussion options

You must be logged in to vote

When multiple small UDP packets are generated within a very short interval in a UDP session, this pattern tends to occur frequently. The TCP layer’s Nagle algorithm may combine them into a single transmission, and the receiver will then split the data back into the original UDP packets before delivering them to the destination endpoint.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by reinerotto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants