mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix method comment to match method name.
PiperOrigin-RevId: 292624867
This commit is contained in:
@@ -271,8 +271,8 @@ func (l *listenContext) createConnectingEndpoint(s *segment, iss seqnum.Value, i
|
||||
return n, nil
|
||||
}
|
||||
|
||||
// createEndpoint creates a new endpoint in connected state and then performs
|
||||
// the TCP 3-way handshake.
|
||||
// createEndpointAndPerformHandshake creates a new endpoint in connected state
|
||||
// and then performs the TCP 3-way handshake.
|
||||
func (l *listenContext) createEndpointAndPerformHandshake(s *segment, opts *header.TCPSynOptions, queue *waiter.Queue) (*endpoint, *tcpip.Error) {
|
||||
// Create new endpoint.
|
||||
irs := s.sequenceNumber
|
||||
|
||||
Reference in New Issue
Block a user