cvs commit: src/sys/netinet/libalias alias.c
Alexander Motin
mav at FreeBSD.org
Sun Jun 1 17:52:56 UTC 2008
mav 2008-06-01 17:52:56 UTC
FreeBSD src repository
Modified files:
sys/netinet/libalias alias.c
Log:
SVN rev 179478 on 2008-06-01 17:52:40Z by mav
Make m_megapullup() more intelligent:
- to increase performance do not reallocate mbuf when possible,
- to support up to 16K packets (was 2K max) use mbuf cluster of proper size.
This change depends on recent ng_nat and ip_fw_nat changes.
Revision Changes Path
1.63 +32 -12 src/sys/netinet/libalias/alias.c
More information about the cvs-src
mailing list