#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
Go to the source code of this file.
Defines | |
#define | SERVERPORT 4950 |
Functions | |
int | main (int argc, char *argv[]) |
#define SERVERPORT 4950 |
Definition at line 19 of file broadcaster.cpp.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 21 of file broadcaster.cpp.