Changed queue size to 100
This commit is contained in:
parent
57890907ae
commit
a59a25baa5
@ -730,7 +730,7 @@ struct wtpman *wtpman_create(int socklistindex, struct sockaddr *srcaddr,
|
|||||||
|
|
||||||
wtpman->global_cfg = global_cfg;
|
wtpman->global_cfg = global_cfg;
|
||||||
|
|
||||||
wtpman->conn = cw_conn_create(sockfd, srcaddr, 5);
|
wtpman->conn = cw_conn_create(sockfd, srcaddr, 100);
|
||||||
if (!wtpman->conn) {
|
if (!wtpman->conn) {
|
||||||
wtpman_destroy(wtpman);
|
wtpman_destroy(wtpman);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user