github.com/sagernet/sing@v0.2.6/common/network/early.go (about) 1 package network 2 3 type EarlyConn interface { 4 NeedHandshake() bool 5 }