diff libfdcore/fdd.l @ 1191:50bf33dc8fe0

Limit number of incoming connections under processing to configurable value
author Sebastien Decugis <sdecugis@freediameter.net>
date Mon, 10 Jun 2013 16:23:09 +0800
parents 436e4342ecd0
children 76ac4bb75f0e
line wrap: on
line diff
--- a/libfdcore/fdd.l	Mon Jun 10 14:27:15 2013 +0800
+++ b/libfdcore/fdd.l	Mon Jun 10 16:23:09 2013 +0800
@@ -255,6 +255,7 @@
 (?i:"SCTP_streams")	{ return SCTPSTREAMS;	}
 (?i:"AppServThreads")	{ return APPSERVTHREADS;}
 (?i:"ListenOn")		{ return LISTENON;	}
+(?i:"ThreadsPerServer")	{ return THRPERSRV;	}
 (?i:"TcTimer")		{ return TCTIMER;	}
 (?i:"TwTimer")		{ return TWTIMER;	}
 (?i:"NoRelay")		{ return NORELAY;	}
"Welcome to our mercurial repository"