#include "speakfree.h"
#include "version.h"
#include "vat.h"
Compounds | |
struct | connection |
struct | queuedPacket |
Defines | |
#define | Echo_Base 0 |
#define | Echo_Time 10 |
#define | LWL_RETRANSMIT (5 * 60 * 1000000.0) |
#define | connection e_connection |
#define | Debug (debugforce != 0) |
#define | TickTock (10 * 1000000L) |
#define | TockTock (60 * 1000000L) |
#define | Timer_Epsilon 4000 |
#define | Timer_Latency 2000 |
#define | Constrain(x, vmin, vmax) ((x) < (vmin) ? (vmin) : ((x) > (vmax) ? (vmax) : (x))) |
Functions | |
char * | etime (void) |
char * | compressionType (soundbuf *msg, int clue) |
void | makeSessionKey (char *key) |
void | ularm (long t) |
void | sendLwlMessage (int dobye) |
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 + Echo_Base |
int | sock |
int | ssock |
sockaddr_in | from |
sockaddr_in | name |
int | fromlen |
int | showhosts = FALSE |
int | hosttimeout = 180 * 1000000L |
char * | prog |
long | timebase |
sockaddr_in | lookhost |
char * | sdes = NULL |
int | sdesl |
unsigned long | ssrc |
double | lwltimer |
int | actives = 0 |
in_addr | lwl_sites [LWL_MAX_SITES] |
long | lwl_ports [LWL_MAX_SITES] |
int | lwl_nsites = 0 |
int | debug_packet_drop = 0 |
int | debug_packet_shuffle = 0 |
int | debug_packet_shuffle_depth = 10 |
connection * | conn = NULL |
queuedPacket * | qph = NULL |
queuedPacket * | qptail = NULL |
int | crit = FALSE |
int | clash = FALSE |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|