golang/go

net: add some more practical tests for TCP keep-alive mechanism

Open

#65,834 opened on Feb 21, 2024

View on GitHub
 (1 comment) (1 reaction) (1 assignee)Go (19,008 forks)batch import
NeedsInvestigationTestinghelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

This is a tracking issue of testing the TCP keep-alive mechanism in Go.

The current test suites are based on this previous discussion. They were good enough back then, but they might miss something like #65809, which directs us here, to investigate the possibility of introducing some additional tests that will reflect the real world.

CC @bcmills @ianlancetaylor @neild

Contributor guide