|
@@ -265,9 +265,9 @@ void print_ct_constants()
|
|
|
#endif
|
|
|
*/
|
|
|
printf("MAX_RECV_BUFFER_SIZE %d, MAX_LISTEN %d,"
|
|
|
- " MAX_URI_SIZE %d, BUF_SIZE %d\n",
|
|
|
+ " MAX_URI_SIZE %d, BUF_SIZE %d, PKG_SIZE %uMB\n",
|
|
|
MAX_RECV_BUFFER_SIZE, MAX_LISTEN, MAX_URI_SIZE,
|
|
|
- BUF_SIZE );
|
|
|
+ BUF_SIZE, PKG_MEM_SIZE);
|
|
|
#ifdef USE_TCP
|
|
|
printf("poll method support: %s.\n", poll_support);
|
|
|
#endif
|