networking - Telnet session starts with 21 bytes of crap -


within small embedded application i'm providing telnet server sending simple commands it. testing connect using putty. found there 21 bytes of data sent server on connection. so...what be? initialisation sequence?

from understanding telnet plain connection should not have such data...

thanks!

ok, got it: when selecting "active auto negotiation mode" in putty sends these data additional information of whatever...so 1 has tod rop characters ascii code larger 127 ignore these data.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -