Update sing-box core

This commit is contained in:
Shtorm
2026-08-09 16:32:34 +03:00
10 changed files with 180 additions and 134 deletions

View File

@@ -156,10 +156,6 @@ func (c *slowOpenConn) WriterReplaceable() bool {
return c.conn.Load() != nil
}
func (c *slowOpenConn) LazyHeadroom() bool {
return c.conn.Load() == nil
}
func (c *slowOpenConn) NeedHandshake() bool {
return c.conn.Load() == nil
}