In TCP socket code, we create 2 sockets. The first that accepts new connections, and the second that accepts data from the client and is created when the new connection is established.
What control bit in the TCP header allows the server to know whether to deliver this segment to the ServerSocket (the one to which connection requests are sent) or the Socket (the socket created for communication once the connection is established)?