kayws426 / embox

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

arp should be fixed #618

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
arp_queue.c:arp_queue_wait_response arp_send (line 155)

It sends request only once (on data packet request send). If arp request is 
lost, data packet will remain in queue forever.

Also, it considered fatal if not succeed, however it may be due skb temporary 
lack and will succeed in future.

Original issue reported on code.google.com by drakon.m...@gmail.com on 9 Jul 2013 at 1:55

GoogleCodeExporter commented 9 years ago
fixed by r10074

Original comment by ki.stfu on 16 Jul 2013 at 10:52