No need for listening on udp port 65535
This commit is contained in:
parent
a2eae38e6a
commit
b08ced33e8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
Socket::Server server_socket(-1); ///< Placeholder for the server socket
|
Socket::Server server_socket; ///< Placeholder for the server socket
|
||||||
|
|
||||||
/// Basic signal handler. Disconnects the server_socket if it receives
|
/// Basic signal handler. Disconnects the server_socket if it receives
|
||||||
/// a SIGINT, SIGHUP or SIGTERM signal, but does nothing for SIGPIPE.
|
/// a SIGINT, SIGHUP or SIGTERM signal, but does nothing for SIGPIPE.
|
||||||
|
|
Loading…
Add table
Reference in a new issue