mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-07 05:47:38 +03:00
Fixes
This commit is contained in:
parent
fb8de18b9d
commit
d42354ab19
19 changed files with 159 additions and 293 deletions
|
@ -155,7 +155,7 @@ func (c *nonePacketConn) WritePacket(buffer *buf.Buffer, addrPort *M.AddrPort) e
|
|||
|
||||
type NoneService struct {
|
||||
handler Handler
|
||||
udp udpnat.Service[netip.AddrPort]
|
||||
udp *udpnat.Service[netip.AddrPort]
|
||||
}
|
||||
|
||||
func NewNoneService(udpTimeout int64, handler Handler) Service {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue