|
|
|
|
|
by biokoda
3899 days ago
|
|
> TCP would guarantee delivery Calling send just copies the buffer to the kernel/driver. When the call returns you do not know how much of it is actually sent. You might have the situation of the producer thinking it was sent, when it in fact never actually made it onto the network. |
|