refactor: tcp concurrent

This commit is contained in:
Skyxim
2022-04-27 21:37:20 +08:00
parent e11f6f84df
commit 96a32f5038
3 changed files with 97 additions and 48 deletions

View File

@ -6,7 +6,6 @@ var (
DefaultOptions []Option
DefaultInterface = atomic.NewString("")
DefaultRoutingMark = atomic.NewInt32(0)
TCPConcurrent = false
)
type option struct {