]> git.meshlink.io Git - meshlink/commit
Remove references to port 655 from MeshLink.
authorGuus Sliepen <guus@meshlink.io>
Thu, 7 Aug 2014 16:33:08 +0000 (18:33 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 7 Aug 2014 16:33:08 +0000 (18:33 +0200)
commit74b3031134730a7a031df3534549ee5988b456c0
treeabe28575fcd116100e4e23136fa19b1b0fec8458
parent5809d16e2bc41dbc90358f4324b77482f4ca03de
Remove references to port 655 from MeshLink.

First of all, port 655 is officially registered as the port for tinc,
not for any other application. Second, applications built on top of
MeshLink will probably run as non-root, and so cannot bind to ports
lower than 1024 anyway.

- Never try binding to port 655 when setting up a new node.
- Always require a valid port number when making connections.
src/meshlink.c
src/net_setup.c
src/net_socket.c