We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967e57e commit f0b8341Copy full SHA for f0b8341
src/vnetif/vnetif.ml
@@ -50,7 +50,7 @@ module Make (B : BACKEND) = struct
50
flush_on_disconnect : bool;
51
}
52
53
- let connect ?size_limit ?flush_on_disconnect:(flush_on_disconnect=true) ?monitor_fn ?unlock_on_listen backend =
+ let connect ?size_limit ?flush_on_disconnect:(flush_on_disconnect=false) ?monitor_fn ?unlock_on_listen backend =
54
match (B.register backend) with
55
| Error _ -> Lwt.fail_with "vnetif: error while registering to backend"
56
| Ok id ->
0 commit comments