summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_tcpmss.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove alignment constraints.mav2010-04-011-8/+11
|
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
| | | | MFC after: 3 months
* Update ip and tcp pointers after m_pullup().glebius2007-01-151-0/+3
| | | | Submitted by: Alexander Motin <mav alkar.net>
* Free private data when deleting hook.glebius2006-03-151-0/+2
| | | | | PR: kern/93952 Submitted by: Antoine Brodin <antoine.brodin laposte.net>
* - Remove redundant parenthesis in M_CHECK macro.glebius2005-06-101-13/+8
| | | | | | | | - Do not edit pullup_len outside M_CHECK macro. - Do not reimplement NG_FWD_NEW_DATA(). - Remove redundant check for item being not NULL. Submitted by: ru
* Add ng_tcpmss node, which alters MSS options of TCP packets. Useful toglebius2005-06-101-0/+443
hack MSS of packets outgoing via interface with small MTU, to workaround path MTU discovery problems. Written by Alexey Popov, with some cleanups from me. There are also plans to improve mpd port, so that it uses this node, instead of doing MSS hacking in userland, when 'enable tcpmssfix' option is on. Submitted by: Alexey Popov <lollypop@flexuser.ru>
OpenPOWER on IntegriCloud