<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/netgraph/ng_pptpgre.c, branch release/5.5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.5.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.5.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-01-31T23:27:04Z</updated>
<entry>
<title>MFC: /*- and related license changes</title>
<updated>2005-01-31T23:27:04Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-31T23:27:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c9769f3ab5327a99909391e070c143e92ddc43ec'/>
<id>urn:sha1:c9769f3ab5327a99909391e070c143e92ddc43ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC 1.35:</title>
<updated>2005-01-29T23:36:29Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-01-29T23:36:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e8e6dd3d8f6cedde7128bdb2ff0effd44ce1ac15'/>
<id>urn:sha1:e8e6dd3d8f6cedde7128bdb2ff0effd44ce1ac15</id>
<content type='text'>
  Use ng_callout() and ng_uncallout() instead of home-grown
  implementation.

  Tested by:      Savchuk Taras
  Reviewed by:    archie
  Approved by:    julian (mentor)
</content>
</entry>
<entry>
<title>MFC 1.34:</title>
<updated>2004-09-10T06:16:34Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2004-09-10T06:16:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d3efcab04e797f8c2204095528a1fdc6f0bbde78'/>
<id>urn:sha1:d3efcab04e797f8c2204095528a1fdc6f0bbde78</id>
<content type='text'>
   Increase PPTP_MAX_TIMEOUT up to 3 seconds. 10 proved too much for high
   packet
   loss links, and 1 second appeared to be too small for high latency links.

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>Switch to using C99 sparse initialisers for the type methods array.</title>
<updated>2004-05-29T00:51:19Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2004-05-29T00:51:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f8aae7776f85d2fa8aa93f73c37782cd9e1204c6'/>
<id>urn:sha1:f8aae7776f85d2fa8aa93f73c37782cd9e1204c6</id>
<content type='text'>
Should make no binary difference.

Submitted by:	Gleb Smirnoff &lt;glebius@cell.sick.ru&gt;
Reviewed by:	Harti Brandt &lt;harti@freebsd.org&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add 'enableWindowing' configuration knob to the ng_pptpgre(4) netgraph node.</title>
<updated>2004-04-26T14:26:54Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2004-04-26T14:26:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=922ee196d93437cfefcbce731c3fce8ae854fde5'/>
<id>urn:sha1:922ee196d93437cfefcbce731c3fce8ae854fde5</id>
<content type='text'>
Submitted by:	Michael Bretterklieber &lt;mbretter@a-quadrat.at&gt;
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Lower the maximum ACK timeout for GRE packets from 10 to 1 second.</title>
<updated>2003-11-18T20:43:23Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2003-11-18T20:43:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f6a19065697cacda6e3b1c5d92875eb2786cb945'/>
<id>urn:sha1:f6a19065697cacda6e3b1c5d92875eb2786cb945</id>
<content type='text'>
In practice it seems that in situations of high packet loss the ACK
timeout seems to hit this maximum (perhaps inappropriately, but the
estimation algorithm is not perfect, so apparently it happens). In
any case, 10 seconds is way too high a value so lower to 1 second.

MFC after:	3 days
</content>
</entry>
<entry>
<title>Don't use ovbcopy().</title>
<updated>2003-04-04T12:12:34Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-04-04T12:12:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f7854568f5c5bd3aec5e3ffe5a2d9ecd7db60633'/>
<id>urn:sha1:f7854568f5c5bd3aec5e3ffe5a2d9ecd7db60633</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Back out M_* changes, per decision of the TRB.</title>
<updated>2003-02-19T05:47:46Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-02-19T05:47:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a163d034fadcfb4a25ca34a2ba5f491c47b6ff69'/>
<id>urn:sha1:a163d034fadcfb4a25ca34a2ba5f491c47b6ff69</id>
<content type='text'>
Approved by: trb
</content>
</entry>
<entry>
<title>Remove M_TRYWAIT/M_WAITOK/M_WAIT.  Callers should use 0.</title>
<updated>2003-01-21T08:56:16Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2003-01-21T08:56:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=44956c9863dc03344b03bdf6a83acf4e743f8e50'/>
<id>urn:sha1:44956c9863dc03344b03bdf6a83acf4e743f8e50</id>
<content type='text'>
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
</content>
</entry>
<entry>
<title>o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and</title>
<updated>2002-12-19T22:58:27Z</updated>
<author>
<name>Bosko Milekic</name>
<email>bmilekic@FreeBSD.org</email>
</author>
<published>2002-12-19T22:58:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=86fea6be59ad2f1fb3bb539eb35ae7bf9ce276c0'/>
<id>urn:sha1:86fea6be59ad2f1fb3bb539eb35ae7bf9ce276c0</id>
<content type='text'>
  the mbuf allocator flags {M_TRYWAIT, M_DONTWAIT}.
o Fix a bpf_compat issue where malloc() was defined to just call
  bpf_alloc() and pass the 'canwait' flag(s) along.  It's been changed
  to call bpf_alloc() but pass the corresponding M_TRYWAIT or M_DONTWAIT
  flag (and only one of those two).

Submitted by: Hiten Pandya &lt;hiten@unixdaemons.com&gt; (hiten-&gt;commit_count++)
</content>
</entry>
</feed>
