Re: svn commit: r212653 - head/sys/netinet

2010-09-16 Thread Andre Oppermann
On 15.09.2010 18:12, John Baldwin wrote: On Wednesday, September 15, 2010 10:04:45 am Andre Oppermann wrote: Below is the wording proposed by Lawrence: /* * The default Maximum Segment Size (MSS) to use when we do not have specific * knowledge (e.g. via path MTU discovery) that the destina

Re: svn commit: r212653 - head/sys/netinet

2010-09-15 Thread John Baldwin
On Wednesday, September 15, 2010 10:04:45 am Andre Oppermann wrote: > Below is the wording proposed by Lawrence: > /* > * The default Maximum Segment Size (MSS) to use when we do not have specific > * knowledge (e.g. via path MTU discovery) that the destination host is > prepared > * to acce

Re: svn commit: r212653 - head/sys/netinet

2010-09-15 Thread Andre Oppermann
On 15.09.2010 13:51, Lawrence Stewart wrote: On 09/15/10 20:39, Andre Oppermann wrote: Author: andre Date: Wed Sep 15 10:39:30 2010 New Revision: 212653 URL: http://svn.freebsd.org/changeset/base/212653 Log: Change the default MSS for IPv4 and IPv6 TCP connections from an artificial power

Re: svn commit: r212653 - head/sys/netinet

2010-09-15 Thread Lawrence Stewart
On 09/15/10 20:39, Andre Oppermann wrote: > Author: andre > Date: Wed Sep 15 10:39:30 2010 > New Revision: 212653 > URL: http://svn.freebsd.org/changeset/base/212653 > > Log: > Change the default MSS for IPv4 and IPv6 TCP connections from an > artificial power-of-2 rounded number to their real

svn commit: r212653 - head/sys/netinet

2010-09-15 Thread Andre Oppermann
Author: andre Date: Wed Sep 15 10:39:30 2010 New Revision: 212653 URL: http://svn.freebsd.org/changeset/base/212653 Log: Change the default MSS for IPv4 and IPv6 TCP connections from an artificial power-of-2 rounded number to their real values specified in RFC879 and RFC2460. From the h