mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-05 21:07:41 +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)
|
return c.ExtendedConn.ReadBuffer(buffer)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (c *SerialConn) Upstream() any {
|
||||||
|
return c.ExtendedConn
|
||||||
|
}
|
||||||
|
|
||||||
type SerialPacketConn struct {
|
type SerialPacketConn struct {
|
||||||
N.NetPacketConn
|
N.NetPacketConn
|
||||||
access sync.Mutex
|
access sync.Mutex
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue