Skip to content

Buffered datagram receipt #1654

Answered by nibanks
wegylexy asked this question in Q&A
Discussion options

You must be logged in to vote

This would be tricky to pull off. Currently, datagram buffers (pointers) are directly from the UDP datagrams. We really don't want to hold on to those for any length of time. If we wanted to support an async model, then we'd have to pend the UDP datagrams while we wait for the app to complete the receives. It's doable, but I would first prefer to measure the impact of not doing it (and just copying the data as necessary).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wegylexy
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