within a small embedded application I'm providing a Telnet server for sending simple commands to it. For testing I connect to it using putty. Now I found there are 21 bytes of some data are sent to the server on connection. So...what could this be? Is it a initialisation sequence?

From my understanding telnet is a plain connection which should not have such data...

Thanks!

有帮助吗?

解决方案

OK, I got it: when selecting "Active auto negotiation mode" in Putty it sends these data with additional information of whatever...so one has tod rop all characters with an ASCII code larger than 127 to ignore these data.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top