RFC 793:TRANSMISSION CONTROL PROTOCOL
RFC-Ref

create


Click on the red underlined text to get to the source

... TCP with a port identifier to create a socket which will be unique throughout all networks ...
... service which would return the specific socket at which a newly created service would be provided. The concept of a well-known ...
... containing a SYN and a waiting TCB entry each created by a user OPEN command. The matching of local and foreign sockets determines when a ...


... active OPEN | CLOSED | \ ----------- +---------+<---------\ \ create TCB | ^ \ \ snd SYN ...
... passive OPEN | | CLOSE \ \ ------------ | | ---------- \ \ create TCB | | delete TCB ...
... sequence numbers it has been using. When new connections are created, an initial sequence number (ISN) generator is employed which selects a ...
... To be sure that a TCP does not create a segment that carries a sequence number ...
... When the sender creates a segment and transmits it the sender advances ...
... A transmission control block (TCB) is created and partially filled in with data from the OPEN command parameters. ...
... TCP segment created from the buffer. If the PUSH flag is not set, the data may be combined with data from subsequent SENDs for ...
... TCB does not exist) Create a new transmission control block (TCB) to hold connection ...
... return "error: connection illegal for this process". If there is no room to create a new connection, return "error: insufficient resources". ...



Google
Web
RFC-Ref