# If you want to accept connections from any network interface server: LocalPort=>9000, Listen=>SOMAXCONN # If you want to only accept connections from the local machine server: LocalHost=>'localhost', LocalPort=>9000, Listen=>SOMAXCONN client1: PeerAddress=>'server', PeerPort=>9000 client2: PeerAddress=>'server', PeerPort=>9000