To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-net
or, via email, send a message with subject or body 'help' to
freebsd-n...@freebsd.org
You can reach the person managing the list at
freebsd-...@freebsd.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of freebsd-net digest..."
Today's Topics:
1. multiple radius servers (Evgenii Davidov)
2. Re: kern/144000: [tcp] ignore set TCP_MAXSEG by setsockopt()
(Andrey Zonov)
----------------------------------------------------------------------
Message: 1
Date: Fri, 26 Mar 2010 19:50:34 +0300
From: Evgenii Davidov <da...@korolev-net.ru>
Subject: multiple radius servers
To: freeb...@freebsd.org
Message-ID: <2010032616...@korolev-net.ru>
Content-Type: text/plain; charset=koi8-r
HELO
is it true that there is a bug in libradius so mpd can't work with multiple radius servers configured? thanks
--
Evgenii V Davidov
------------------------------
Message: 2
Date: Fri, 26 Mar 2010 22:00:13 GMT
From: Andrey Zonov <andrey...@gmail.com>
Subject: Re: kern/144000: [tcp] ignore set TCP_MAXSEG by setsockopt()
To: freeb...@FreeBSD.org
Message-ID: <201003262200....@freefall.freebsd.org>
The following reply was made to PR kern/144000; it has been noted by GNATS.
From: Andrey Zonov <andrey...@gmail.com>
To: John Baldwin <j...@freebsd.org>
Cc: bug-fo...@freebsd.org
Subject: Re: kern/144000: [tcp] ignore set TCP_MAXSEG by setsockopt()
Date: Sat, 27 Mar 2010 00:59:19 +0300
For 7/8-stable not helped me.
John Baldwin ?????:
> On Thursday 25 February 2010 3:49:00 am Andrey Zonov wrote:
>
>> I have found patch at [1] and adapted for 8.0-p1
>>
>> jhb, why you not added this patch in HEAD?
>>
>>
>> [1] http://people.freebsd.org/~jhb/patches/tcp_maxseg.patch
>>
>
> Actually, can you try this simpler patch instead:
>
> Index: tcp_input.c
> ===================================================================
> --- tcp_input.c (revision 205624)
> +++ tcp_input.c (working copy)
> @@ -3100,12 +3100,10 @@
> #ifdef INET6
> if (isipv6) {
> maxmtu = tcp_maxmtu6(&inp->inp_inc, mtuflags);
> - tp->t_maxopd = tp->t_maxseg = V_tcp_v6mssdflt;
> } else
> #endif
> {
> maxmtu = tcp_maxmtu(&inp->inp_inc, mtuflags);
> - tp->t_maxopd = tp->t_maxseg = V_tcp_mssdflt;
> }
>
> /*
>
>
--
Andrey Zonov
------------------------------
End of freebsd-net Digest, Vol 364, Issue 6
*******************************************