Check out the new USENIX Web site. next up previous
Next: Sending data Up: TCP Transmission Previous: TCP Transmission

Listening connections

TCP allows a connection to listen for incoming connection requests. In our implementations, a listening connection is identified by the 16-bit port number and incoming connection requests are checked against the list of listening connections. This list of listening connections is dynamic and can be altered by the applications in the system.



Adam Dunkels 2003-03-03