Python TCP stack implementation

前端 未结 5 828
日久生厌
日久生厌 2021-02-03 12:50

Is there a python library which implements a standalone TCP stack?

I can\'t use the usual python socket library because I\'m receiving a stream of packets over a socket

5条回答
  •  梦谈多话
    2021-02-03 13:31

    I know this isn't directly Python related but if you are looking to do heavy network processing, you should consider Erlang instead of Python. Just a suggestion really... you can always take a shot a doing this with Twisted... if you feel adventurous (and have lots of time on your side) ;-)

提交回复
热议问题