mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Avoid the appearance of allocation
PiperOrigin-RevId: 393004533
This commit is contained in:
committed by
gVisor bot
parent
c1d656c8e4
commit
aa2d07442c
@@ -734,7 +734,7 @@ func (e *endpoint) handleListenSegment(ctx *listenContext, s *segment) tcpip.Err
|
||||
|
||||
// Switch state to connected.
|
||||
n.isConnectNotified = true
|
||||
h := &handshake{
|
||||
h := handshake{
|
||||
ep: n,
|
||||
iss: iss,
|
||||
ackNum: irs + 1,
|
||||
|
||||
Reference in New Issue
Block a user