#include "speakfree.h"
#include "version.h"
#include "vat.h"
Compounds | |
struct | connection |
Defines | |
#define | SHOW_SOCKET |
#define | Reflect_Base 2000 |
#define | LWL_RETRANSMIT (5 * 60) |
#define | INADDR_LOOPBACK (unsigned long) 0x7F000001L |
#define | HTML_REFRESH "<meta http-equiv=\"Refresh\" content=\"%d\">\n" |
#define | connection r_connection |
#define | Debug (debugforce != 0) |
#define | TickTock 7 |
#define | TockTock 60 |
#define | P(x) fprintf(of, x) |
Functions | |
char * | etime (int gmt) |
char * | compressionType (soundbuf *msg, int clue) |
void | makeSessionKey (char *key) |
void | sendLwlMessage (int dobye) |
void | makeHTML (char *fname, int private) |
void | updHTML (void) |
void | changed (void) |
void | release () |
void | exiting () |
char * | prog_name (char *arg) |
void | usage (void) |
int | main (int argc, char *argv[]) |
Variables | |
int | debugforce = 0 |
int | whichport = Internet_Port + Reflect_Base |
int | sock |
int | ssock |
sockaddr_in | from |
sockaddr_in | name |
int | fromlen |
int | showhosts = FALSE |
int | hosttimeout = 180 |
char * | prog |
sockaddr_in | lookhost |
char * | sdes = NULL |
int | sdesl |
unsigned long | ssrc |
long | lwltimer |
int | actives = 0 |
in_addr | lwl_sites [LWL_MAX_SITES] |
int | lwl_ports [LWL_MAX_SITES] |
int | lwl_nsites = 0 |
int | monitor = 0 |
in_addr | monitor_site |
int | monitor_port |
in_addr | local_site |
int | local_site_known = 0 |
char * | htmlFile = NULL |
int | htmlTime = 1 * 60 |
time_t | htmlLast = 0 |
int | htmlChange = TRUE |
int | htmlRefresh = 0 |
connection * | conn = NULL |
int | crit = FALSE |
int | clash = FALSE |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|