The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=d37cca6570e9b42fae46ed9ae3a5af5d065f4440
commit d37cca6570e9b42fae46ed9ae3a5af5d065f4440 Author: Gordon Bergling <[email protected]> AuthorDate: 2023-03-19 08:49:33 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2023-03-19 08:49:33 +0000 tcp_rack.4: Correct a link in the SEE ALSO section The PDF at arxiv.org is only accessible when retrieving it via the website. 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 ce424ae73045..cfdedb9901b8 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 November 7, 2022 +.Dd March 19, 2023 .Dt TCP_RACK 4 .Os .Sh NAME @@ -140,7 +140,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/pdf/2102.07477.pdf" +.%O "https://arxiv.org/abs/2102.07477" .%D "February 2021" .Re .Sh HISTORY
