mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
udpnat: Fix read deadline not initialized
This commit is contained in:
parent
afd8993773
commit
26511a251f
1 changed files with 4 additions and 3 deletions
|
@ -73,6 +73,7 @@ func (s *Service[T]) NewContextPacket(ctx context.Context, key T, buffer *buf.Bu
|
||||||
data: make(chan packet, 64),
|
data: make(chan packet, 64),
|
||||||
localAddr: metadata.Source,
|
localAddr: metadata.Source,
|
||||||
remoteAddr: metadata.Destination,
|
remoteAddr: metadata.Destination,
|
||||||
|
readDeadline: pipe.MakeDeadline(),
|
||||||
}
|
}
|
||||||
c.ctx, c.cancel = common.ContextWithCancelCause(ctx)
|
c.ctx, c.cancel = common.ContextWithCancelCause(ctx)
|
||||||
return c
|
return c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue