use a larger outgoing buffer than in the past

This commit is contained in:
psyc://psyced.org/~lynX 2011-05-06 21:17:30 +02:00
parent 8ee546013a
commit 394af40eb0
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
*/
# define MAX_SOCKET_PACKET_SIZE 200
# else
# define MAX_SOCKET_PACKET_SIZE 1024 /* Wild guess. */
# define MAX_SOCKET_PACKET_SIZE MAX_TEXT /* was: 1024 = Wild guess. */
# endif /* irix */
#endif /* MAX_SOCKET_PACKET_SIXE */

View File

@ -17,7 +17,7 @@ version_longtype="stable"
# A timestamp, to be used by bumpversion and other scripts.
# It can be used, for example, to 'touch' this file on every build, thus
# forcing revision control systems to add it on every checkin automatically.
version_stamp="Wed Apr 27 11:22:56 CEST 2011"
version_stamp="Fri May 6 21:14:39 CEST 2011"
# Okay, LDMUD is using 3.x.x so to avoid conflicts let's just use 4.x.x
version_major=4