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.
2 parents 4f40f81 + 9d7fb79 commit 75382e2Copy full SHA for 75382e2
src/stack-unix/tcp_socket.ml
@@ -19,7 +19,7 @@ let disconnect _ =
19
return_unit
20
21
let read fd =
22
- let buflen = 4096 in
+ let buflen = 65536 in
23
let buf = Cstruct.create buflen in
24
Lwt.catch (fun () ->
25
Lwt_cstruct.read fd buf
0 commit comments