X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/0f20bfda6a2b5c756eeaa235b2eb48d4e4072bd0..HEAD:/l2tpns.h diff --git a/l2tpns.h b/l2tpns.h index 86cb664..a335bbe 100644 --- a/l2tpns.h +++ b/l2tpns.h @@ -15,7 +15,7 @@ #include #include -#define VERSION "2.2.1.2fdn3.19" +#define VERSION "2.2.1.2fdn3.22" // Limits #define MAXTUNNEL 500 // could be up to 65535 @@ -731,7 +731,7 @@ typedef struct char epdis_addr[20]; // MP Endpoint Discriminator address in_addr_t cluster_address; // Multicast address of cluster. - unsigned short cluster_port; // UDP port of cluster. + int cluster_port; // UDP port of cluster. // Send to this address to have everyone hear. char cluster_interface[64]; // Which interface to listen for multicast on. int cluster_iam_master; // Are we the cluster master???