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 76033e8 + fd365ce commit afa354fCopy full SHA for afa354f
src/tcp/ack.ml
@@ -37,7 +37,7 @@ end
37
module Immediate : M = struct
38
39
type t = {
40
- mutable send_ack: Sequence.t Lwt_mvar.t;
+ send_ack: Sequence.t Lwt_mvar.t;
41
mutable pushpending: bool;
42
}
43
src/tcp/segment.ml
@@ -14,8 +14,6 @@
14
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15
*)
16
17
-[@@@ocaml.warning "-3"]
18
-
19
open Lwt.Infix
20
21
let src = Logs.Src.create "tcp.segment" ~doc:"Mirage TCP Segment module"
src/tcp/user_buffer.ml
@@ -15,8 +15,6 @@
22
let lwt_sequence_add_l s seq =
0 commit comments