Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2005 08:02:34 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_tcpmss.c ng_tcpmss.h
Message-ID:  <200506100802.j5A82Yqp028321@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2005-06-10 08:02:34 UTC

  FreeBSD src repository

  Added files:
    sys/netgraph         ng_tcpmss.c ng_tcpmss.h 
  Log:
  Add ng_tcpmss node, which alters MSS options of TCP packets. Useful to
  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>
  
  Revision  Changes    Path
  1.1       +443 -0    src/sys/netgraph/ng_tcpmss.c (new)
  1.1       +82 -0     src/sys/netgraph/ng_tcpmss.h (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506100802.j5A82Yqp028321>