Prev | Index | NextTransport Independence
- Notice how none of the protocol code was TCP specific
- We can reuse same protocol with different transports
- We could use listenUNIX() for Unix domain sockets with same code
- Likewise listenSSL() for SSL or TLS