mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 11:57:39 +03:00
Fix missing Upstream() for timeout debug conns
This commit is contained in:
parent
a6e8fa3019
commit
3ac055b755
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ func (c *SerialConn) ReadBuffer(buffer *buf.Buffer) error {
|
|||
return c.ExtendedConn.ReadBuffer(buffer)
|
||||
}
|
||||
|
||||
func (c *SerialConn) Upstream() any {
|
||||
return c.ExtendedConn
|
||||
}
|
||||
|
||||
type SerialPacketConn struct {
|
||||
N.NetPacketConn
|
||||
access sync.Mutex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue