[mnet-devel] FEC, blocksizes, chunking

Zooko zooko at zooko.com
Tue Apr 15 16:41:02 BST 2003


> zooko: could you please extend that hardcoded 4M msg-size limit you
>        found to be 20M or so?

Done.  Here is the mnet-cvs mail that resulted:

RCS file: /cvsroot/mnet/mnet_new/egtp/TCPConnection.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- TCPConnection.py    29 Mar 2003 18:28:40 -0000      1.1.1.1
+++ TCPConnection.py    15 Apr 2003 15:33:07 -0000      1.2
@@ -29,7 +29,7 @@
 # receive a message longer than this will cause the EGTP connection
 # to be aborted.  Attempting to send a message longer than this
 # will cause a fast fail.
-MAXIMUM_MSG_SIZE = 4*(2**20) # 4 megabytes
+MAXIMUM_MSG_SIZE = 20*(2**20) # 20 megabytes
 
 class TCPConnection(asyncore.dispatcher):
     """



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
mnet-devel mailing list
mnet-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mnet-devel




More information about the Mnet-devel mailing list