diff options
| author | Mike Silbersack <silby@FreeBSD.org> | 2001-12-17 22:58:52 +0000 |
|---|---|---|
| committer | Mike Silbersack <silby@FreeBSD.org> | 2001-12-17 22:58:52 +0000 |
| commit | 7603ab8fd2eac785c52a68b7d58ab97f20a3931c (patch) | |
| tree | 7926131eb5ec19d26407be00133f18816c42ed4f | |
| parent | 51d896ef6af590a50c4797bb1c8fdb71b549fb27 (diff) | |
Notes
| -rw-r--r-- | sys/netinet/tcp_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 5c7ca59d1ad9..02ff1ac8965c 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -89,7 +89,7 @@ int ss_fltsz = 1; SYSCTL_INT(_net_inet_tcp, OID_AUTO, slowstart_flightsize, CTLFLAG_RW, &ss_fltsz, 1, "Slow start flight size"); -int ss_fltsz_local = TCP_MAXWIN; /* something large */ +int ss_fltsz_local = 4; SYSCTL_INT(_net_inet_tcp, OID_AUTO, local_slowstart_flightsize, CTLFLAG_RW, &ss_fltsz_local, 1, "Slow start flight size for local networks"); |
