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

Comparing gvpe/src/conf.h (file contents):
Revision 1.9 by pcg, Fri Mar 28 16:14:40 2003 UTC vs.
Revision 1.10 by pcg, Fri Mar 28 16:21:09 2003 UTC

41enum { 41enum {
42 PROT_UDPv4 = 1, // udp over ipv4 42 PROT_UDPv4 = 1, // udp over ipv4
43 PROT_IPv4 = 2, // generic ip protocol 43 PROT_IPv4 = 2, // generic ip protocol
44 PROT_TCPv4 = 4, // tcp over ipv4 (NYI) 44 PROT_TCPv4 = 4, // tcp over ipv4 (NYI)
45}; 45};
46
47// select the "best" protocol of the available ones
48u8 best_protocol (u8 protset);
49const char *strprotocol (u8 protocol);
46 50
47struct conf_node { 51struct conf_node {
48 int id; // the id of this node, a 12-bit-number 52 int id; // the id of this node, a 12-bit-number
49 53
50 RSA *rsa_key; // his public key 54 RSA *rsa_key; // his public key

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines