From b632880fdecd41c62100596b58be0545196dde78 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Wed, 1 Aug 2007 13:54:09 +0200 Subject: [PATCH] update address size --- src/node/address.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/address.h b/src/node/address.h index 0d3b0da83..aedc940d4 100644 --- a/src/node/address.h +++ b/src/node/address.h @@ -63,7 +63,7 @@ public: * The maximum size of a byte buffer which * can be stored in an Address instance. */ - MAX_SIZE = 14 + MAX_SIZE = 30 }; /**