#include "fl/socket.h"#include <netinet/in.h>#include <arpa/inet.h>#include <netdb.h>#include <unistd.h>#include <iostream>#include <signal.h>Defines | |
| #define | portNumber 60000 |
Functions | |
| void | handler (int s) |
| int | main (int argc, char *argv[]) |
|
|
|
|
|
|
|
||||||||||||
|
|
1.2.18