* Completed migrating the "netpoll" utility into the serv_network module.
[citadel.git] / citadel / sysconfig.h
index 312b1f93abce6ab1ae520c8e6b3890acf2203960..611877f1f1bf815baea16f4946a2abddeeee8ac9 100644 (file)
  */
 #define NETWORK_QUEUE_FREQUENCY 3600   /* Once per hour */
 
+/*
+ * This variable defines the amount of network spool data that may be carried
+ * in one server transfer command.  For some reason, some networks get hung
+ * up on larger packet sizes.  We don't know why.  In any case, never set the
+ * packet size higher than 4096 or your server sessions will crash.
+ */
+#define IGNET_PACKET_SIZE      4000
+
 /*
  * The names of rooms which are automatically created by the system
  */