David Greenman b53902964f fixed bug where large amounts of unidirectional UDP traffic would fill
the interface output queue and further udp packets would be fragmented
and only partially sent - keeping the output queue full and jamming the
network, but not actually getting any real work done (because you can't
send just 'part' of a udp packet - if you fragment it, you must send
the whole thing). The fix involves adding a check to make sure that the
output queue has sufficient space for all of the fragments.
1994-08-01 12:01:45 +00:00
1994-07-23 18:14:06 +00:00
1994-05-27 05:12:12 +00:00
1994-07-24 03:30:47 +00:00
1994-07-24 02:44:28 +00:00
1994-07-24 02:04:51 +00:00
1994-07-24 01:42:51 +00:00
1994-07-30 17:16:22 +00:00
1994-05-27 12:42:53 +00:00
Description
freebsd with flexible iflib nic queues
2.6 GiB
Languages
C 60.1%
C++ 26.1%
Roff 4.9%
Shell 3%
Assembly 1.7%
Other 3.7%