Skip to content

Commit

Permalink
tcpip: pin to a branch with experimental MTU/MSS fixes:
Browse files Browse the repository at this point in the history
- mirage/mirage-tcpip#492 : remove 4000 byte maximum
- mirage/mirage-tcpip#493 : avoid stall with large MSS

Signed-off-by: David Scott <dave@recoil.org>
  • Loading branch information
djs55 committed Oct 13, 2022
1 parent 27ff1b6 commit 002f576
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vpnkit.opam
Expand Up @@ -67,6 +67,9 @@ depends: [
"re" {>= "1.9.0"}
"ppx_inline_test"
]
pin-depends: [
[ "tcpip.7.1.2~dev" "git+https://github.com/djs55/mirage-tcpip.git#fb633c59b7301005887d41e37e3276465e4a6994" ]
]
synopsis: "VPN-friendly networking devices for HyperKit"
description: """
HyperKit is a hypervisor which runs on macOS using the "hypervisor.framework".
Expand Down

0 comments on commit 002f576

Please sign in to comment.