#include "rcs_defs.hh"#include <stdlib.h>#include <string.h>#include <errno.h>#include <signal.h>#include <ctype.h>#include <math.h>#include "rem_msg.hh"#include "rcs_prnt.hh"#include "cmsdiag.hh"#include "timer.hh"#include "tcpmem.hh"#include "recvn.h"#include "sendn.h"#include "tcp_opts.hh"#include "sokintrf.h"#include "crypt2.hh"Include dependency graph for tcpmem.cc:

Go to the source code of this file.
Defines | |
| #define | DEFAULT_MAX_CONSECUTIVE_TIMEOUTS (-1) |
Functions | |
| void | tcpmem_sigpipe_handler (int sig) |
Variables | |
| int | tcpmem_sigpipe_count = 0 |
| int | last_sig = 0 |
|
|
|
|
|
Definition at line 62 of file tcpmem.cc. 00063 {
00064 last_sig = sig;
00065 tcpmem_sigpipe_count++;
00066 }
|
|
|
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001