diff options
Diffstat (limited to 'raul/Socket.hpp')
-rw-r--r-- | raul/Socket.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/raul/Socket.hpp b/raul/Socket.hpp index 84c40af..e4fca86 100644 --- a/raul/Socket.hpp +++ b/raul/Socket.hpp @@ -56,8 +56,8 @@ public: ~Socket(); /** Bind a server socket to an address. - * @param uri Address URI, e.g. unix:///tmp/foo, tcp://somehost:1234, or - * tcp://*:1234 to listen on all interfaces. + * @param uri Address URI, e.g. unix:///tmp/foo, or tcp://hostname:1234. + * Use "*" as hostname to listen on all interfaces. * @return True on success. */ bool bind(const Raul::URI& uri); |