Skip to content

Commit 70e7560

Browse files
committed
tcpip: pin to a branch with experimental MTU/MSS fixes:
- mirage/mirage-tcpip#492 : remove 4000 byte maximum - mirage/mirage-tcpip#493 : avoid stall with large MSS Signed-off-by: David Scott <[email protected]>
1 parent 0b09c33 commit 70e7560

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vpnkit.opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ depends: [
6767
"re" {>= "1.9.0"}
6868
"ppx_inline_test"
6969
]
70+
pin-depends: [
71+
[ "tcpip.7.1.2~dev" "git+https://github.com/djs55/mirage-tcpip.git#60b221c1e0683402d65fce19d02056491e81823c" ]
72+
]
7073
synopsis: "VPN-friendly networking devices for HyperKit"
7174
description: """
7275
HyperKit is a hypervisor which runs on macOS using the "hypervisor.framework".

0 commit comments

Comments
 (0)