chore: add WaitReadFrom support in ssr
This commit is contained in:
@ -10,8 +10,6 @@ type WaitReadFrom interface {
|
||||
WaitReadFrom() (data []byte, put func(), addr net.Addr, err error)
|
||||
}
|
||||
|
||||
func NilPut() {}
|
||||
|
||||
type EnhancePacketConn interface {
|
||||
net.PacketConn
|
||||
WaitReadFrom
|
||||
|
Reference in New Issue
Block a user