mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
5 lines
68 B
Go
5 lines
68 B
Go
package network
|
|
|
|
type EarlyConn interface {
|
|
NeedHandshake() bool
|
|
}
|