aboutsummaryrefslogtreecommitdiff
path: root/weed/util/net_timeout.go
AgeCommit message (Expand)AuthorFilesLines
2022-09-14refactor(various): `Listner` -> `Listener` readability improvements (#3672)Ryan Russell1-11/+11
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2022-05-04avoid fatal error if port is already in usechrislu1-1/+3
2022-04-27skip ipv6 all interfaces and localhostchrislu1-1/+1
2022-03-17skip localhost if bound to all interfaces already 0.0.0.0 or 127.0.0.1chrislu1-1/+1
2022-03-15master, filer, s3: also listen to "localhost" in addition to specific ip addresschrislu1-6/+35
2021-12-29dynamically adjust connection timeoutchrislu1-2/+6
2020-10-13filer: linearize timeout for large chunk of dataChris Lu1-1/+2
2020-04-20close the connection with better accoutingChris Lu1-4/+7
2020-03-20master: fix connections count reportingChris Lu1-1/+5
2020-02-14ignore error when counting closed connectionsChris Lu1-5/+2
2018-09-03fix possible connection counting errorChris Lu1-2/+5
2017-01-10disable master connection timeoutChris Lu1-6/+10
2016-06-02directory structure change to work with glideChris Lu1-0/+81