|
@@ -40,7 +40,7 @@
|
|
|
|
|
|
#define TCP_CHILD_TIMEOUT \
|
|
#define TCP_CHILD_TIMEOUT \
|
|
5 /* after 5 seconds, the child "returns"
|
|
5 /* after 5 seconds, the child "returns"
|
|
- * the connection to the tcp maing process */
|
|
|
|
|
|
+ * the connection to the tcp main process */
|
|
#define TCP_MAIN_SELECT_TIMEOUT 5 /* how often "tcp main" checks for timeout*/
|
|
#define TCP_MAIN_SELECT_TIMEOUT 5 /* how often "tcp main" checks for timeout*/
|
|
#define TCP_CHILD_SELECT_TIMEOUT 2 /* the same as above but for children */
|
|
#define TCP_CHILD_SELECT_TIMEOUT 2 /* the same as above but for children */
|
|
|
|
|