Skip to content

Commit

Permalink
Merge pull request #487 from hannesm/fixes
Browse files Browse the repository at this point in the history
minor fixes in TCP code
  • Loading branch information
hannesm committed Jul 4, 2022
2 parents 76033e8 + fd365ce commit afa354f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/tcp/ack.ml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ end
module Immediate : M = struct

type t = {
mutable send_ack: Sequence.t Lwt_mvar.t;
send_ack: Sequence.t Lwt_mvar.t;
mutable pushpending: bool;
}

Expand Down
2 changes: 0 additions & 2 deletions src/tcp/segment.ml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*)

[@@@ocaml.warning "-3"]

open Lwt.Infix

let src = Logs.Src.create "tcp.segment" ~doc:"Mirage TCP Segment module"
Expand Down
2 changes: 0 additions & 2 deletions src/tcp/user_buffer.ml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*)

[@@@ocaml.warning "-3"]

open Lwt.Infix

let lwt_sequence_add_l s seq =
Expand Down

0 comments on commit afa354f

Please sign in to comment.