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
Currently I don't see way to send multiple UDP diagrams, rather bytes get mushed into single UDP packet with IORING_RECVSEND_BUNDLE + send. I get errno 95 with sendmsg + RECVSEND_BUNDLE, so I assume it's not supported.
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
-
Currently I don't see way to send multiple UDP diagrams, rather bytes get mushed into single UDP packet with IORING_RECVSEND_BUNDLE + send. I get errno 95 with sendmsg + RECVSEND_BUNDLE, so I assume it's not supported.
Beta Was this translation helpful? Give feedback.
All reactions