How does the client (sender) know when the server (receiver) is done processing the last line it received? This is the protocol that Christian Ehrlicher is talking about.
The client is essentially a state machine that switches between:
- Send a line
- Wait for signal of completion from server (receive) then go to 1.
Bookmarks