How does TCP send knows it was received by the client?
Does tcp know whether the data was received by the server? I read somewhere that the send only responds successfully if it hands the data correctly to the network stack but it doesn’t really know whether it was received by the server.