ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/vpn_tcp.C
(Generate patch)

Comparing gvpe/src/vpn_tcp.C (file contents):
Revision 1.7 by pcg, Tue Oct 14 03:22:09 2003 UTC vs.
Revision 1.9 by pcg, Wed Oct 15 00:41:59 2003 UTC

27 27
28#include <cstring> 28#include <cstring>
29 29
30#include <sys/types.h> 30#include <sys/types.h>
31#include <sys/socket.h> 31#include <sys/socket.h>
32#include <sys/poll.h>
33#include <sys/wait.h> 32#include <sys/wait.h>
34#include <netinet/in.h>
35#include <sys/uio.h> 33#include <sys/uio.h>
36#include <arpa/inet.h>
37#include <errno.h> 34#include <errno.h>
38#include <time.h> 35#include <time.h>
39#include <unistd.h> 36#include <unistd.h>
37#include <fcntl.h>
40 38
41#include <map> 39#include <map>
42#include <unistd.h> 40
43#include <fcntl.h> 41#include "netcompat.h"
44#include <sys/poll.h>
45 42
46#include "vpn.h" 43#include "vpn.h"
47 44
48#if ENABLE_HTTP_PROXY 45#if ENABLE_HTTP_PROXY
49# include "conf.h" 46# include "conf.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines