[Freeswitch-svn] [commit] r9371 - freeswitch/trunk/src/mod/endpoints/mod_sofia

Freeswitch SVN brian at freeswitch.org
Wed Aug 27 00:05:26 EDT 2008


Author: brian
Date: Wed Aug 27 00:05:25 2008
New Revision: 9371

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c

Log:
rfc3261 section 18.1.1 grrr

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c	Wed Aug 27 00:05:25 2008
@@ -544,7 +544,7 @@
 							  TAG_IF(sofia_test_pflag(profile, PFLAG_TLS), NUTAG_SIPS_URL(profile->tls_bindurl)), 
 							  TAG_IF(sofia_test_pflag(profile, PFLAG_TLS), NUTAG_CERTIFICATE_DIR(profile->tls_cert_dir)), 
 							  TAG_IF(sofia_test_pflag(profile, PFLAG_TLS), TPTAG_TLS_VERSION(profile->tls_version)), 
-							  TAG_IF(!strchr(profile->sipip, ':'), NTATAG_UDP_MTU(65536)), 
+							  TAG_IF(!strchr(profile->sipip, ':'), NTATAG_UDP_MTU(65535)), 
 							  NTATAG_SERVER_RPORT(profile->rport_level), 
 							  TAG_IF(tportlog, TPTAG_LOG(1)), 
 							  TAG_END());	/* Last tag should always finish the sequence */



More information about the Freeswitch-svn mailing list