diff libfdcore/fdd.l @ 1189:436e4342ecd0

Rollback to using TLS/SCTP in release 1.2.0. DTLS dev to happen in freeDiameter-dtls branch
author Sebastien Decugis <sdecugis@freediameter.net>
date Mon, 10 Jun 2013 12:04:50 +0800
parents 773498f59520
children 50bf33dc8fe0
line wrap: on
line diff
--- a/libfdcore/fdd.l	Fri Jun 07 18:48:34 2013 +0800
+++ b/libfdcore/fdd.l	Mon Jun 10 12:04:50 2013 +0800
@@ -245,7 +245,7 @@
 (?i:"Realm")		{ return REALM;   	}
 (?i:"Port")		{ return PORT;    	}
 (?i:"SecPort")		{ return SECPORT;  	}
-(?i:"SctpSec3436")	{ return SEC3436;  	}
+	/* (?i:"SctpSec3436")	{ return SEC3436;  	} */
 (?i:"No_IPv6")		{ return NOIP6;		}
 (?i:"No_IP")		{ return NOIP;		}
 (?i:"No_TCP")		{ return NOTCP;		}
"Welcome to our mercurial repository"