Here is an implementation of Limited Transmit (RFC 3042) for DragonFlyBSD.
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 24 Jul 2003 01:31:07 +0000 (01:31 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 24 Jul 2003 01:31:07 +0000 (01:31 +0000)
commit33abdd1ca7158c3a35e69365c09e1ff1a347c537
treea4d376dadb65a1d9879649fadd9932d9f2c24d26
parentfef0fdf2d582edbc2f3daba606a9a1f1bffb3388
Here is an implementation of Limited Transmit (RFC 3042) for DragonFlyBSD.
This reduces the high latency problems that NewReno often exhibits in the face
of packet loss.

Submitted-by: Jeffrey Hsu <hsu@FreeBSD.org>
sys/netinet/tcp_input.c
sys/netinet/tcp_var.h