git: 6e9a71706906 - main - tcp_rack.4: Fix a link in the SEE ALSO section
Date: Sun, 25 Feb 2024 09:17:18 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=6e9a71706906b86e627cfdd27bc37b88a796f46e
commit 6e9a71706906b86e627cfdd27bc37b88a796f46e
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-02-25 09:16:25 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-02-25 09:16:25 +0000
tcp_rack.4: Fix a link in the SEE ALSO section
The URL of the paper at arxiv.org has changed so link the
PDF-file directly.
MFC after: 3 days
---
share/man/man4/tcp_rack.4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/share/man/man4/tcp_rack.4 b/share/man/man4/tcp_rack.4
index 791b48baf6f6..566834f4283b 100644
--- a/share/man/man4/tcp_rack.4
+++ b/share/man/man4/tcp_rack.4
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd December 17, 2023
+.Dd February 25, 2024
.Dt TCP_RACK 4
.Os
.Sh NAME
@@ -134,7 +134,7 @@ What method should we use for rate sampling 0=high, 1=low
.%A "Ahmed M. Abdelmoniem"
.%A "Brahim Bensaou"
.%T "T-RACKs: A Faster Recovery Mechanism for TCP in Data Center Networks"
-.%O "https://arxiv.org/abs/2102.07477"
+.%O "https://arxiv.org/pdf/2102.07477.pdf"
.%D "February 2021"
.Re
.Sh HISTORY