CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/10/30 03:39:05
Modified files:
sys/netinet : if_ether.c if_ether.h
Log message:
Arpresolve could loose few packets during resolving an ethernet
address. This cvs commit introduces a queue that buffers a small
burst of packets and resending the packets in correct order when
the ethernet address is resolved. Code written by Armin Wolfermann
<[EMAIL PROTECTED]>.
OK: claudio@ henning@
