Tagged Questions

4
votes
5answers
2k views

Python TCP stack implementation

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 (they are being tunneled to me ...
0
votes
0answers
439 views

How to send gratuitous ARP messages using Raw socket mode in visual studio 2008

I have been trying to use AddIPAddress to implement a virtual IP address among two computer for redundancy failover. It appears that AddIPAddress is not sending out a gratuitous ARP so that other ...