3.2.4.2 Incoming TCP Connection Accepted

When a new TCP connection is accepted, the sink MUST instantiate a Probe Session. The per-session Type field MUST be set to Unknown. The per-session Handshaking field MUST be set. The per-session TCP Socket field is the typical network socket that is returned on an accepted TCP connection. The per-session Initiator Address and Initiator Port fields MUST be set to reflect the initiator's IP address and port number respectively.

The sink now waits for a message to arrive for this new session. This wait is usually done asynchronously.