Fixed a stx err
[6bed4] / nonstd.h.in
1 /* The error line below is here to satisfy RFC requirements: We cannot
2  * distribute code that has non-standard protocol numbers built in as
3  * defaults.  So you must read this and understand that you are running
4  * a non-compliant, experimental code version.  When you agree, please
5  * change the error directives to warnings -- then, the code will build.
6  *
7  * Sincerely, Rick van Rein, OpenFortress.
8  */
9
10 #error "Build uses experimental Neighbor Discovery Option Type 253 for Destination Link-Layer Address"
11
12 #define ND_OPT_DESTINATION_LINKADDR 253
13
14
15 #error "Build uses experimental UDP port number 27629 or 0x6bed"
16
17 #define UDP_PORT_6BED4 25788
18
19
20 #warning "Build uses temporary IPv4 address information"
21
22 #define SERVER_6BED4_IPV4_TXT                   "145.100.190.242"
23 #define SERVER_6BED4_IPV4_INT32                 ( (145L << 24) | (100L << 16) | (190L << 8) | 242L )
24 #define SERVER_6BED4_IPV4_INT0                  145
25 #define SERVER_6BED4_IPV4_INT1                  100
26 #define SERVER_6BED4_IPV4_INT2                  190
27 #define SERVER_6BED4_IPV4_INT3                  242
28 #define SERVER_6BED4_IPV4_BINSTR                "\x91\x64\xbe\xf2"
29
30 #define SERVER_6BED4_PORT_TXT                   "25788"
31 #define SERVER_6BED4_PORT_BINSTR                "\xbc\x64"
32
33 #define SERVER_6BED4_IPV4_PORT_TXT              "145.100.190.242:27629"
34 #define SERVER_6BED4_PORT_IPV4_ADDRSTR          "\xbe\x64\x91\x64\xbe\xf2"
35 #define SERVER_6BED4_PORT_IPV4_MACSTR           "\xbc\x64\x91\x64\xbe\xf2"
36
37 /* Define LOCAL_OVERRIDES_PORT0 to forcefully detect 6bed4 port 0 as an
38  * override to a local address.  This is used when a host uses its own /64
39  * and has no other addresses available.
40  */
41 // #define LOCAL_OVERRIDES_PORT0 yes