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

Comparing gvpe/src/device-tincd.C (file contents):
Revision 1.19 by pcg, Tue Apr 26 00:55:56 2005 UTC vs.
Revision 1.20 by pcg, Sun Dec 2 00:45:42 2007 UTC

65 65
66#define MTU MAX_MTU 66#define MTU MAX_MTU
67 67
68// BIGGEST hack of 'em all 68// BIGGEST hack of 'em all
69// will be casted to data_packet, due to structural similarity 69// will be casted to data_packet, due to structural similarity
70struct vpn_packet_t : net_packet { 70struct vpn_packet_t : net_packet
71{
71 u8 data[MAXSIZE]; 72 u8 data[MAXSIZE];
72}; 73};
73 74
74static bool overwrite_mac; 75static bool overwrite_mac;
75 76

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines