Hi.
How is that?
When I call recv_from, there is maximum buffer size specified. But I am expecting to receive one packet per one call. That is how I understand recv_from and how I use bsd sockets on other platforms.
In the way you said, how to separate packets one from each other? I don't know what length packets will have.
Thank you.