kayws426 / embox

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

Incomplete neighbours live too long #624

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. tst_srv
2. hping -S 10.0.2.16 -p 7770 -a 10.0.2.19 in background
3. echo -ne test | nc 10.0.2.16 7770

What is the expected output? What do you see instead?
last command's data should reach tst_srv, but it don't

Please use labels and text to provide additional information.

Original issue reported on code.google.com by drakon.m...@gmail.com on 25 Jul 2013 at 4:03

GoogleCodeExporter commented 9 years ago
oops, actually, tcp accepting sockets lives to long. Massive arp requests are 
from tcp retransmitting.

Original comment by drakon.m...@gmail.com on 25 Jul 2013 at 4:11

GoogleCodeExporter commented 9 years ago
fixed by r10221

Original comment by ki.stfu on 26 Jul 2013 at 12:15