Dan Larsson writes:
> I've got a FreeBSD-4.4 STABLE box running mpd-netgraph
> as a PPTP server, which works just fine.
>
> Is it by any chance possible to support IPX (the Novell
> protocol) with MPD in this configuration?
Mpd does not support IPX currently, and I don't know of
anyone who has m
Trond Davidsen writes:
> there seems to be a bug in mpd in the handling of PAP
> Authenticate-Ack's. RFC 1334 section 2.2.2 specifies the packet format
> to look something like the following:
>
> | Code | Identifier | Length | Msg-Length | Message |
>
> Mpd leaves out the Msg-Length field, wh
On Sat, 17 Nov 2001, Garrett Wollman wrote:
:
:I will not be going to BSDcon absent some sugar daddy paying the
:freight.[1] I will be at LISA in San Diego (on my employer's dime) and
:could discuss this with whoever might make it there.
I'm in the SD area and unfortunately I'll not be able to g
<
said:
> Are y'all going to discuss this at BSDCon? I'm probably going there
> and would like to contribute if I could.
I will not be going to BSDcon absent some sugar daddy paying the
freight.[1] I will be at LISA in San Diego (on my employer's dime) and
could discuss this with whoever migh
On the surface, I don't see a problem with it, but I wonder why you
believe it is needed. Changing the value of rexmttresh is probably
not a good idea, and I would definitely prefer not to expose it as a
user tunable knob.
--
Jonathan
On Sat, Nov 17, 2001 at 06:51:02PM -0600, Alfred Perlstein
On Sat, 17 Nov 2001, Alfred Perlstein wrote:
> Any problems with this?
>
> -static int tcprexmtthresh = 3;
> +static unsigned int tcprexmtthresh = 3;
> +SYSCTL_UINT(_net_inet_tcp, OID_AUTO, rexmtthresh, CTLFLAG_RW,
> +&tcprexmtthresh, 0, "Max duplicate acks before fast rexmit");
> +
> tc
Any problems with this?
Index: tcp_input.c
===
RCS file: /home/ncvs/src/sys/netinet/tcp_input.c,v
retrieving revision 1.141
diff -u -r1.141 tcp_input.c
--- tcp_input.c 12 Sep 2001 08:37:54 - 1.141
+++ tcp_input.c 18 Nov 200
* George V. Neville-Neil <[EMAIL PROTECTED]> [07 16:17] wrote:
> I recommend you all look at The Click Modular router
>
> http://www.pdos.lcs.mit.edu/click/
>
> which is a step in the right direction.
>
> Of course given the current architecture it may be very hard
> to adapt it to this kin
* murthy kn <[EMAIL PROTECTED]> [07 10:54] wrote:
> Hello,
>
> 1. Is there any sysctl variable to control the number of
> duplicate acks after which the sending TCP gets into a fast
> retransmit mode?
No, but you can add one like so (i think):
Index: tcp_input.c
I recommend you all look at The Click Modular router
http://www.pdos.lcs.mit.edu/click/
which is a step in the right direction.
Of course given the current architecture it may be very hard
to adapt it to this kind of model.
I led/worked on a project at Wind River Systems to do a multi-instance
Are y'all going to discuss this at BSDCon? I'm probably going there
and would like to contribute if I could.
Later,
George
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message
Hi,
there seems to be a bug in mpd in the handling of PAP
Authenticate-Ack's. RFC 1334 section 2.2.2 specifies the packet format
to look something like the following:
| Code | Identifier | Length | Msg-Length | Message |
Mpd leaves out the Msg-Length field, which confuses at least one ppp
im
In article [EMAIL PROTECTED]> you write:
>Hello,
>
>1. Is there any sysctl variable to control the number of
>duplicate acks after which the sending TCP gets into a fast
>retransmit mode?
No, but the current limit is in tcp_input.c:
static int tcprexmtthresh = 3;
so you can easily chang
Hello,
1. Is there any sysctl variable to control the number of
duplicate acks after which the sending TCP gets into a fast
retransmit mode?
2. If I have a switch that does not support any port aggregation,
and it is connected to a BSD machine with 2 ethernet NICs that have
identical MAC, will
14 matches
Mail list logo