Created attachment 337367 [details] double read sizes to accomodate full-size packets Description of problem: netcat uses read sizes of 1024 for standard packets and 8192 for jumbos. This doesn't make sense because standard packets are ~1518 bytes and jumbos typically max out ~9018, so full-size packets will result in twice the necessary read syscalls. Version-Release number of selected component (if applicable): nc-1.84-18.fc11 Additional info: This bug is also present upstream at http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/netcat.c?rev=1.92;content-type=text%2Fplain
Patch has been included in rawhide package, closing this bug.