aboutsummaryrefslogtreecommitdiff
path: root/src/net/tcpsockopt_unix.go
AgeCommit message (Expand)Author
2024-04-14net: bifurcate the TCP Keep-Alive mechanism into Solaris and illumosAndy Pan
2024-02-21net: harmonize the time units used for TCP keep-alive on DragonFly and other ...Andy Pan
2024-02-20net: add KeepAliveConfig and implement SetKeepAliveConfigAndy Pan
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-09-17net: avoid transiting durations through floatsTamir Duberstein
2018-10-10net: add AIX operating systemClément Chigot
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-05-06net: try to fix setKeepAlivePeriod on SolarisAram Hăvărneanu
2014-09-11net: fix inconsistent behavior across platforms in SetKeepAlivePeriodMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox