update address size

This commit is contained in:
Mathieu Lacage
2007-08-01 13:54:09 +02:00
parent 707b722c36
commit b632880fde

View File

@@ -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
};
/**