Introduction to the TCP Project

Test 4 establishes a connection-oriented channel by sending TCP a SYN segment from the remote side and TCP shall respond appropriately to bring up the connection. Then TCP will receive in-order segments, via IP_DELIVER primitives from IP. TCP must forward the received data to the Application via RECEIVE_RESPONSE primitives. ................
................