[Bug 174535] [tcp] TCP fast retransmit feature works strange

2016-12-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174535 Hiren Panchasara changed: What|Removed |Added Status|In Progress |Closed Resolution|---

[Bug 174535] [tcp] TCP fast retransmit feature works strange

2015-12-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174535 Hiren Panchasara changed: What|Removed |Added CC||hi...@freebsd.org --- Comment #

Re: kern/174535: [tcp] TCP fast retransmit feature works strange

2012-12-18 Thread linimon
Old Synopsis: TCP fast retransmit feature works strange New Synopsis: [tcp] TCP fast retransmit feature works strange Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Tue Dec 18 16:17:28 UTC 2012 Responsible-Changed-Why: Over

Re: TCP Fast Retransmit

2001-11-17 Thread Alfred Perlstein
* 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

Re: TCP Fast Retransmit

2001-11-17 Thread Jonathan Lemon
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

TCP Fast Retransmit

2001-11-17 Thread murthy kn
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