-
Notifications
You must be signed in to change notification settings - Fork 6
tcp endpoint
Henk van Cann edited this page Sep 9, 2023
·
2 revisions
This is a service endpoint of the web transmission control protocol
Because TCP packets do not include a session identifier, both endpoints identify the session using the client's address and port. Whenever a packet is received, the TCP implementation must perform a lookup on this table to find the destination process.
More on source Wikipedia