X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=switch%2Fswitch.c;h=3a02f6460fafcd5dd1f3a3d7b1ce6657392c9548;hb=903d0940fba239b2e250e9ab5f4dfdf4ecaf4bc0;hp=8224089d3b593a5491a9bd873e9596aded1dec37;hpb=b3b28afb7bef9094d05fcc8c1be4a41f9f1d5bfe;p=openvswitch diff --git a/switch/switch.c b/switch/switch.c index 8224089d..3a02f646 100644 --- a/switch/switch.c +++ b/switch/switch.c @@ -86,7 +86,7 @@ main(int argc, char *argv[]) fatal(0, "missing controller argument; use --help for usage"); } - rconn = rconn_create(128, 60, max_backoff); + rconn = rconn_create(60, max_backoff); error = rconn_connect(rconn, argv[optind]); if (error == EAFNOSUPPORT) { fatal(0, "no support for %s vconn", argv[optind]);