diff freeDiameter/fdd.l @ 253:ad6c0118fb50

Configurable number of server threads
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 13 Apr 2010 14:50:54 +0900
parents e7187583dcf8
children 5df55136361b
line wrap: on
line diff
--- a/freeDiameter/fdd.l	Fri Apr 02 17:28:20 2010 +0900
+++ b/freeDiameter/fdd.l	Tue Apr 13 14:50:54 2010 +0900
@@ -122,6 +122,7 @@
 (?i:"Prefer_TCP")	{ return PREFERTCP;	}
 (?i:"TLS_old_method")	{ return OLDTLS;	}
 (?i:"SCTP_streams")	{ return SCTPSTREAMS;	}
+(?i:"AppServThreads")	{ return APPSERVTHREADS;}
 (?i:"ListenOn")		{ return LISTENON;	}
 (?i:"TcTimer")		{ return TCTIMER;	}
 (?i:"TwTimer")		{ return TWTIMER;	}
"Welcome to our mercurial repository"