Follow the RFC 3128 and drop short TCP fragments with offset = 1.
Reported by: emaste MFC after: 1 week
This commit is contained in:
parent
7d4b2d5244
commit
019c8c9330
@ -1719,6 +1719,11 @@ do { \
|
||||
default:
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
if (offset == 1 && proto == IPPROTO_TCP) {
|
||||
/* RFC 3128 */
|
||||
goto pullup_failed;
|
||||
}
|
||||
}
|
||||
|
||||
UPDATE_POINTERS();
|
||||
|
Loading…
x
Reference in New Issue
Block a user