c - Is sending data via UDP sockets on the same machine reliable? -
If I use UDP sockets for interprocess communication, can I expect that all sending data is the same In order to be obtained from the second process?
I know that this is not true for the UDP in general.
No, I have been cut before me. You may wonder how this might fail, but You will take part in issues of buffers filling pending packets, and as a result the packet will be removed how the network subsystem packet drop is implementation-dependent and is not specified anywhere.
Comments
Post a Comment