What steps will reproduce the problem?
1. Prepare a Packet object;
2. Open a raw socket;
3. Call packet.RawSocketSend(socket, interface);
4. Call packet.RawSocketSend(socket, interface) again;
What is the expected output? What do you see instead?
Two packets are sent through the network is the expected output. Instead, only
one packet is seen.
What version of the product are you using? On what operating system?
HEAD of the repository, on Ubuntu Linux 11.10.
Please provide any additional information below.
The attached patch fixes the problem.
Original issue reported on code.google.com by brunon...@brunonery.com on 25 Apr 2012 at 5:28
Original issue reported on code.google.com by
brunon...@brunonery.com
on 25 Apr 2012 at 5:28Attachments: