mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-03 20:07:40 +03:00
Update headroom usage
This commit is contained in:
parent
a91eacdd01
commit
7e47fd1a99
8 changed files with 45 additions and 13 deletions
4
none.go
4
none.go
|
@ -89,7 +89,7 @@ func (c *noneConn) WriteBuffer(buffer *buf.Buffer) error {
|
|||
return common.Error(c.Conn.Write(buffer.Bytes()))
|
||||
}
|
||||
|
||||
func (c *noneConn) Headroom() int {
|
||||
func (c *noneConn) FrontHeadroom() int {
|
||||
if !c.handshake {
|
||||
return M.SocksaddrSerializer.AddrPortLen(c.destination)
|
||||
}
|
||||
|
@ -239,7 +239,7 @@ func (w *nonePacketWriter) Upstream() any {
|
|||
return w.source
|
||||
}
|
||||
|
||||
func (c *nonePacketWriter) Headroom() int {
|
||||
func (w *nonePacketWriter) FrontHeadroom() int {
|
||||
return M.MaxSocksaddrLength
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue