dgramop / libcrafter

Automatically exported from code.google.com/p/libcrafter
0 stars 0 forks source link

Packet::RawSocketSend only works once #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks!

Original comment by pellegre...@gmail.com on 25 Apr 2012 at 5:43

GoogleCodeExporter commented 8 years ago
I update the current tree about this issue.

Thanks!

Original comment by pellegre...@gmail.com on 25 Apr 2012 at 7:43