Prev
|
Index
|
Next
Transport 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 sockets with same code
Likewise listenSSL() for SSL or TLS