Module: sems
Branch: master
Commit: 6c76050b5d6ed24f1c9428ebc9bbf5ee9cd4d369
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=6c76050b5d6ed24f1c9428ebc9bbf5ee9cd4d369

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Mon Nov 15 16:14:06 2010 +0100

increased SDP buffer size to 4k

---

 core/AmSdp.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/AmSdp.h b/core/AmSdp.h
index 7c01083..7769a9f 100644
--- a/core/AmSdp.h
+++ b/core/AmSdp.h
@@ -45,7 +45,7 @@ using std::string;
  */
 
 /** Scratch buffer size. */
-#define BUFFER_SIZE 2048
+#define BUFFER_SIZE 4096
 
 /** network type */
 enum NetworkType { NT_OTHER=0, NT_IN };

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to