I'm slightly confused here. Usually when I connect Windows telnet to a simple echo server, it echoes every keystroke.
Now, for some reason it stacks a few of them and sends them to the server. Is this normal behavior? Is there any reason for this strange inconsistency?
Example:
Client:
>>blahblahblah
>>
Echo server:
I recieved "b"
I recieved "lahbl"
I recieved "ahbla"
I recieved "h\r\n"