Open IvanShipaev opened 1 year ago
https://github.com/uNetworking/uSockets/blob/ac4e90e4d2ad674db903accc5f3abc408a6bc5d8/src/bsd.c#L254
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.
https://github.com/uNetworking/uSockets/blob/ac4e90e4d2ad674db903accc5f3abc408a6bc5d8/src/bsd.c#L254
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.