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
You might be able to use the ctypes module to import lwip and use it again.