diff options
Diffstat (limited to 'src/vpp-api/python/pneum/test_pneum.c')
-rw-r--r-- | src/vpp-api/python/pneum/test_pneum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp-api/python/pneum/test_pneum.c b/src/vpp-api/python/pneum/test_pneum.c index 0d55b8a9b8e..334e58e9362 100644 --- a/src/vpp-api/python/pneum/test_pneum.c +++ b/src/vpp-api/python/pneum/test_pneum.c @@ -80,7 +80,7 @@ int main (int argc, char ** argv) vl_api_show_version_t message; vl_api_show_version_t *mp; int async = 1; - int rv = pneum_connect("pneum_client", NULL, NULL); + int rv = pneum_connect("pneum_client", NULL, NULL, 32 /* rx queue-length*/); if (rv != 0) { printf("Connect failed: %d\n", rv); |