CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2010/08/13 00:46:08
Modified files: sys/netinet : ip_output.c Log message: when sending a fragmented packet, dont check if the interfaces send queue has enough space for all the fragments on it. this check was snuck in by itojun under an unrelated commit. it broke when i set the virtual interface send queue depths to 1, which beck had to special case at n2k10. without this code we avoid these dubious checks along with another splnet/splx pair, and it should make future work on manipulating send queues easier. ive been running this in production since n2k10 (~7months ago). ok claudio@ henning@ deraadt@