mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-05 12:57:38 +03:00
Refactor bufio (break change)
This commit is contained in:
parent
f4d911a3b1
commit
169983a8d7
10 changed files with 539 additions and 309 deletions
|
@ -110,7 +110,7 @@ func (c *AssociatePacketConn) Upstream() any {
|
|||
return c.PacketConn
|
||||
}
|
||||
|
||||
func (c *AssociatePacketConn) Headroom() int {
|
||||
func (c *AssociatePacketConn) FrontHeadroom() int {
|
||||
return 3 + M.MaxSocksaddrLength
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue