comparison libfdcore/fdd.l @ 1180:773498f59520

Preparing for future DTLS/SCTP support
author Sebastien Decugis <sdecugis@freediameter.net>
date Wed, 05 Jun 2013 15:02:29 +0800
parents b90cb4c07160
children 436e4342ecd0
comparison
equal deleted inserted replaced
1179:f5e9b53d6f86 1180:773498f59520
243 /* Full words tokens (keywords) */ 243 /* Full words tokens (keywords) */
244 (?i:"Identity") { return IDENTITY; } 244 (?i:"Identity") { return IDENTITY; }
245 (?i:"Realm") { return REALM; } 245 (?i:"Realm") { return REALM; }
246 (?i:"Port") { return PORT; } 246 (?i:"Port") { return PORT; }
247 (?i:"SecPort") { return SECPORT; } 247 (?i:"SecPort") { return SECPORT; }
248 (?i:"SctpSec3436") { return SEC3436; }
248 (?i:"No_IPv6") { return NOIP6; } 249 (?i:"No_IPv6") { return NOIP6; }
249 (?i:"No_IP") { return NOIP; } 250 (?i:"No_IP") { return NOIP; }
250 (?i:"No_TCP") { return NOTCP; } 251 (?i:"No_TCP") { return NOTCP; }
251 (?i:"No_SCTP") { return NOSCTP; } 252 (?i:"No_SCTP") { return NOSCTP; }
252 (?i:"Prefer_TCP") { return PREFERTCP; } 253 (?i:"Prefer_TCP") { return PREFERTCP; }
"Welcome to our mercurial repository"