--- libaitrpc/example/tsrv.c 2011/08/30 07:56:40 1.3.2.1 +++ libaitrpc/example/tsrv.c 2011/08/30 09:07:55 1.3.2.2 @@ -83,7 +83,7 @@ int main() pthread_t tid[2]; int ret; - srv = rpc_srv_initServer(100, 2, 1, AF_INET, "0.0.0.0", 11111); + srv = rpc_srv_initServer(100, 2, 1, 1024 * 10, AF_INET, "0.0.0.0", 11111); // srv = rpc_srv_initServer(100, 2, 1, AF_LOCAL, "0.0.0.0", 11111); if (!srv) { printf("error:: errno=%d %s\n", rpc_GetErrno(), rpc_GetError());