inet icon indicating copy to clipboard operation
inet copied to clipboard

TCP "read" syscall missing, receive buffer never fills up

Open avarga opened this issue 10 years ago • 0 comments

The TCP model doesn't implement a "read" syscall, i.e. data that have been received (in the correct order) are passed up immediately to the application layer.

Therefore one cannot model a situation when the app doesn't read the received data from the buffer, it fills up, and TCP must report closed window to the sender.

inet version: 2.99.0

avarga avatar Mar 13 '15 16:03 avarga