mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 16:35:49 +03:00
[GH-ISSUE #192] 使用它做网络代理服务器出现大量的端口 time_wait #119
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#119
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @simplehu on GitHub (Dec 7, 2018).
Original GitHub issue: https://github.com/snail007/goproxy/issues/192
如题,使用goproxy做网络代理服务器,几天后出现大量的端口 time_wait!
@snail007 commented on GitHub (Feb 26, 2019):
time_wait是对方没有正确关闭,我方必须等待的一个安全tcp特性,这个可以通过修改系统的参数减少等待时间.