Odd Behavior when Connecting to my Program

后端 未结 2 569
刺人心
刺人心 2021-01-19 05:19

I\'m using Twisted to implement a server, of sorts. When I test it, the first line it receives is always strange:

Starting Server...
New connection from  19         


        
2条回答
  •  粉色の甜心
    2021-01-19 05:49

    It was indeed a telnet protocol I was missing. Connecting as Raw instead Telnet solved the problem.

提交回复
热议问题