mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-30 14:05:26 -05:00
simplify test
This commit is contained in:
@@ -11,5 +11,5 @@ var (
|
||||
)
|
||||
|
||||
func PickPort() v2net.Port {
|
||||
return v2net.Port(uint16(atomic.AddInt32(&port, 1)))
|
||||
return v2net.Port(atomic.AddInt32(&port, 1))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user