mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
double max room name len since the old value was too small -- only
filled half a text field on android
This commit is contained in:
parent
e2ee0755cb
commit
d1fcdb69da
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ typedef unsigned char XWRELAY_Cmd;
|
|||
#define HOST_ID_NONE 0
|
||||
#define HOST_ID_SERVER 1
|
||||
|
||||
#define MAX_INVITE_LEN 15
|
||||
#define MAX_INVITE_LEN 31
|
||||
#define MAX_MSG_LEN 256 /* 100 is more like it */
|
||||
#define MAX_CONNNAME_LEN 48 /* host ID, boot time, and seeds as hex? */
|
||||
|
||||
|
|
Loading…
Reference in a new issue