Splitted TCP settings into IBN, IFC and ITN

This commit is contained in:
Michiel Broek
2002-04-06 14:04:41 +00:00
parent 56ea18bebf
commit f590b8f31f
19 changed files with 145 additions and 128 deletions

View File

@@ -388,7 +388,7 @@ int outstat()
if ((tmp->flavors) & F_CALL) {
tmp->callmode = CM_NONE;
if (TCFG.max_tcp && !nodes.NoTCP &&
if (TCFG.max_tcp && !(nodes.NoIBN && nodes.NoIFC && nodes.NoITN) &&
((tmp->ipflags & IP_IBN) || (tmp->ipflags & IP_IFC) || (tmp->ipflags & IP_ITN))) {
inet_calls++;
tmp->callmode = CM_INET;