update address size
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 01 Aug 2007 13:54:09 +0200
changeset 1196 2f446f2174b9
parent 1195 53f1175dbe94
child 1197 e5719ed7c7d5
child 1262 8e3d39fa3565
update address size
src/node/address.h
--- a/src/node/address.h	Wed Aug 01 13:53:48 2007 +0200
+++ b/src/node/address.h	Wed Aug 01 13:54:09 2007 +0200
@@ -63,7 +63,7 @@
      * The maximum size of a byte buffer which
      * can be stored in an Address instance.
      */
-    MAX_SIZE = 14
+    MAX_SIZE = 30
   };
 
   /**