2 * ACE reactor demonstration
10 #include <ace/Time_Value.h>
13 * The port number used by client and server.
15 static const int PORT
= 4711;
18 * The base size. 0x100000 = 1 MiB
20 static const int BASE
= 0x100000;
23 * The timeout value for connections. (30 seconds)
25 static const ACE_Time_Value
connTimeout(30);
27 #endif /* __COMMON_H__ */