Master Socket

Master Socket

  • listening " (a.k.a. a "master ")
  • binds it to a and waits for a connection request.
  • client connects to this master and gets a connection
  • reuses this client for persistent connection
  • think of it like an air traffic control
    • you first communicate with air traffic control (master ) to get the landing lane (client )
    • but you don't land cargo (client message) at the air traffic control (master )
Backlinks1