FreeBSD src
Go to file
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
bin Submitted by: phk 1994-07-23 18:14:06 +00:00
eBones BSD 4.4 Lite KerberosIV Sources 1994-05-27 05:12:12 +00:00
etc Oh GACK! src-clean doesn't quite work that easily since cleandist rebuilds the 1994-06-29 21:19:38 +00:00
gnu Add Chris Demetriou's --unlink changes. 1994-06-28 07:12:43 +00:00
include Add link.h to list of headers to install. 1994-05-28 09:37:33 +00:00
lib Reviewed by: phk 1994-07-24 03:30:47 +00:00
libexec Reviewed by: phk 1994-07-24 02:44:28 +00:00
sbin Update this to the latest version from Steve Gerakines. This is an easy 1994-06-22 04:49:04 +00:00
secure/usr.sbin/sendmail BSD 4.4 Lite usr.sbin Sources 1994-05-26 05:23:31 +00:00
share Reviewed by: phk 1994-07-24 02:04:51 +00:00
sys fixed bug where large amounts of unidirectional UDP traffic would fill 1994-08-01 12:01:45 +00:00
tools/regression/usr.bin/sed BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
usr.bin Reviewed by: phk 1994-07-24 01:42:51 +00:00
usr.sbin Reviewed by: 1994-07-30 17:16:22 +00:00
CVS-INFO Documented the new CVS template. This really isn't the right place for it, 1994-07-24 22:27:27 +00:00
Makefile BSD 4.4 Lite Top Level Sources 1994-05-27 12:42:53 +00:00