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
Why is there no interface to obtain the verification tag through struct socket or assoc id?
I have multiple UDP sockets at the business layer that need to be associated with assoc id or struct socket. When the data is passed to the business layer in the receive_cb callback, I need to know which UDP socket this data should be sent through.