Changes

Jump to navigation Jump to search
No change in size ,  09:19, 21 November 2017
Line 71: Line 71:  
== States ==
 
== States ==
 
=== TCP_SYN_SENT ===
 
=== TCP_SYN_SENT ===
There is only one difference with TCP_ESTABLISHED, we have to restore a socket and disable the repair mode before calling <code>conenct()</code>. The kernel will send a one syn-sent packet with the same initial sequence number and sets the TCP_SYN_SENT state for the socket.
+
There is only one difference with TCP_ESTABLISHED, we have to restore a socket and disable the repair mode before calling <code>connect()</code>. The kernel will send a one syn-sent packet with the same initial sequence number and sets the TCP_SYN_SENT state for the socket.
    
=== Half-closed sockets ===
 
=== Half-closed sockets ===
17

edits

Navigation menu