Re: tcp troughput weirdness
From: Danny Braniss (danny_at_cs.huji.ac.il)
Date: 07/12/05
- Previous message: Danny Braniss: "Re: tcp troughput weirdness"
- Maybe in reply to: Danny Braniss: "tcp troughput weirdness"
- Next in thread: David Malone: "Re: tcp troughput weirdness"
- Reply: David Malone: "Re: tcp troughput weirdness"
- Reply: Noritoshi Demizu: "Re: tcp troughput weirdness"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: David Malone <dwmalone@maths.tcd.ie> Date: Tue, 12 Jul 2005 12:21:23 +0300
> > > Are the window sizes on Linux bigger or smaller?
>
> > TCP window size: 16.0 KByte (default)
> > smaller :-(, but increasing it does not make any change
>
> Hmmm... Various things that you could try (I'd try them
> one by on, rather than all together):
>
> 1) sysctl net.inet.tcp.inflight_enable=0
>
> 2) sysctl net.inet.tcp.sendspace=131072
> sysctl net.inet.tcp.recvspace=131072
>
> 3) sysctl net.inet.tcp.sack.enable=0
>
> I'd be interested to know if any of them make much difference.
combining
sysctl net.inet.tcp.sendspace=131072
and
sysctl net.inet.tcp.inflight.enable=0
did the trick! now can someone remind me what inflight does? and could
someone explain why increasing sendspace alone did not do the trick?
(i had it at 64k, which got things better, but not sufficient).
thanks!
>
> David.
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- Previous message: Danny Braniss: "Re: tcp troughput weirdness"
- Maybe in reply to: Danny Braniss: "tcp troughput weirdness"
- Next in thread: David Malone: "Re: tcp troughput weirdness"
- Reply: David Malone: "Re: tcp troughput weirdness"
- Reply: Noritoshi Demizu: "Re: tcp troughput weirdness"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|