comparison 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
comparison
equal deleted inserted replaced
252:433ef00ac049 253:ad6c0118fb50
120 (?i:"No_TCP") { return NOTCP; } 120 (?i:"No_TCP") { return NOTCP; }
121 (?i:"No_SCTP") { return NOSCTP; } 121 (?i:"No_SCTP") { return NOSCTP; }
122 (?i:"Prefer_TCP") { return PREFERTCP; } 122 (?i:"Prefer_TCP") { return PREFERTCP; }
123 (?i:"TLS_old_method") { return OLDTLS; } 123 (?i:"TLS_old_method") { return OLDTLS; }
124 (?i:"SCTP_streams") { return SCTPSTREAMS; } 124 (?i:"SCTP_streams") { return SCTPSTREAMS; }
125 (?i:"AppServThreads") { return APPSERVTHREADS;}
125 (?i:"ListenOn") { return LISTENON; } 126 (?i:"ListenOn") { return LISTENON; }
126 (?i:"TcTimer") { return TCTIMER; } 127 (?i:"TcTimer") { return TCTIMER; }
127 (?i:"TwTimer") { return TWTIMER; } 128 (?i:"TwTimer") { return TWTIMER; }
128 (?i:"NoRelay") { return NORELAY; } 129 (?i:"NoRelay") { return NORELAY; }
129 (?i:"LoadExtension") { return LOADEXT; } 130 (?i:"LoadExtension") { return LOADEXT; }
"Welcome to our mercurial repository"