mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 12:27:37 +03:00
Add early conn interface
This commit is contained in:
parent
e839483670
commit
83d9121b04
1 changed files with 5 additions and 0 deletions
5
common/network/early.go
Normal file
5
common/network/early.go
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
package network
|
||||||
|
|
||||||
|
type EarlyConn interface {
|
||||||
|
NeedHandshake() bool
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue