Is there a not-very-occult way for a socket application to peek TCP ACKs somehow, so it can know how much data has arrived to the server without the need for a server to send explicit application-level confirmations?
Asked
Active
Viewed 19 times
2
-
Doubtful, since many NICs do TCP ACK offload. – stark Oct 18 '22 at 13:12