mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-07 09:41:09 +08:00
[tcp.go] remove sync.Mutex
This commit is contained in:
@@ -4,7 +4,6 @@ import (
|
||||
"io"
|
||||
"net"
|
||||
"strconv"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"golang.org/x/net/proxy"
|
||||
@@ -17,8 +16,6 @@ import (
|
||||
)
|
||||
|
||||
type tcpHandler struct {
|
||||
sync.Mutex
|
||||
|
||||
proxyHost string
|
||||
proxyPort uint16
|
||||
|
||||
|
Reference in New Issue
Block a user