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
I wanted to test a very simple UdpServer to explore ideas mention in this paper.
But Udp socket are created using bind so settings the SO_REUSEPORT flag cannot be done before doing the bind.
Is C socket flags are set before doing the bind. How can it be achieved using only monoio and without rewritting the bind function
to create a socket then recreate the UdpSocket using from_std ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I wanted to test a very simple UdpServer to explore ideas mention in this paper.
But Udp socket are created using bind so settings the SO_REUSEPORT flag cannot be done before doing the bind.
Is C socket flags are set before doing the bind. How can it be achieved using only monoio and without rewritting the bind function
to create a socket then recreate the UdpSocket using from_std ?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions