mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
8ec2795f0d
- Added loose RX MTU functionality to allow frames larger than 1500 bytes to be accepted even though the interface MTU is set to 1500. - Implemented new TCP header splitting/jumbo frame support which uses two chains for receive traffic rather than the original single recevie chain. - Added additional debug support code.