Add reuse-connections sofia profile param to allow users to turn off TPTAG_REUSE, thus not re-using TCP connections

This commit is contained in:
Mathieu Rene
2010-12-10 14:30:47 -05:00
parent 3406d05ba7
commit 98ed05cc98
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -225,6 +225,7 @@ typedef enum {
PFLAG_DEL_SUBS_ON_REG,
PFLAG_IGNORE_183NOSDP,
PFLAG_PRESENCE_PROBE_ON_REGISTER,
PFLAG_NO_CONNECTION_REUSE,
/* No new flags below this line */
PFLAG_MAX
} PFLAGS;