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
Error initializing structure msg_hdr, here you need to fix &b->addr[n].
Otherwise, when reading multiple packets from the buffer, they will always have the same sender address, even if these packets were sent from two different addresses.
The text was updated successfully, but these errors were encountered:
uSockets/src/bsd.c
Line 254 in ac4e90e
Error initializing structure msg_hdr, here you need to fix &b->addr[n].
Otherwise, when reading multiple packets from the buffer, they will always have the same sender address, even if these packets were sent from two different addresses.
The text was updated successfully, but these errors were encountered: