#include <iostream>
#include "common/wave_ex.h"
#include "netlib/wavesock.h"
#include "perf/perf.h"
Go to the source code of this file.
Functions | |
static void | throwError (IN const char *msg) |
static void | doBroadcast (IN const char *server, IN int port) |
int | main (IN int argc, IN const char *argv[]) |
static void throwError | ( | IN const char * | msg | ) | [static] |
Definition at line 24 of file raw-broadcast.cpp.
static void doBroadcast | ( | IN const char * | server, | |
IN int | port | |||
) | [static] |
Definition at line 44 of file raw-broadcast.cpp.
int main | ( | IN int | argc, | |
IN const char * | argv[] | |||
) |
Definition at line 90 of file raw-broadcast.cpp.