mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 19:28:09 +00:00
Merge pull request #151 from rneugeba/virtsock-up
virtsock: update vendored virtosck package
This commit is contained in:
commit
0f3ef552e1
4
alpine/packages/go/vendor/github.com/rneugeba/virtsock/go/hvsock/hvsock.go
generated
vendored
4
alpine/packages/go/vendor/github.com/rneugeba/virtsock/go/hvsock/hvsock.go
generated
vendored
@ -34,8 +34,10 @@ import (
|
|||||||
// (without data), `shutdownrd` and 'shutdownwr' are used to used to
|
// (without data), `shutdownrd` and 'shutdownwr' are used to used to
|
||||||
// signal a shutdown to the other end.
|
// signal a shutdown to the other end.
|
||||||
|
|
||||||
|
// On Windows 10 build 10586 larger maxMsgSize values work, but on
|
||||||
|
// newer builds it fails. It is unclear what the cause is...
|
||||||
const (
|
const (
|
||||||
maxMsgSize = 32 * 1024 // Maximum message size
|
maxMsgSize = 4 * 1024 // Maximum message size
|
||||||
)
|
)
|
||||||
|
|
||||||
// Hypper-V sockets use GUIDs for addresses and "ports"
|
// Hypper-V sockets use GUIDs for addresses and "ports"
|
||||||
|
2
alpine/packages/go/vendor/manifest
vendored
2
alpine/packages/go/vendor/manifest
vendored
@ -5,7 +5,7 @@
|
|||||||
"importpath": "github.com/rneugeba/virtsock/go",
|
"importpath": "github.com/rneugeba/virtsock/go",
|
||||||
"repository": "https://github.com/rneugeba/virtsock",
|
"repository": "https://github.com/rneugeba/virtsock",
|
||||||
"vcs": "git",
|
"vcs": "git",
|
||||||
"revision": "359bc27daab86588bfc7a304e78c6758b098d8e5",
|
"revision": "74097e05a883e89c70e6a27b342672c7fe6c846b",
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
"path": "/go",
|
"path": "/go",
|
||||||
"notests": true
|
"notests": true
|
||||||
|
Loading…
Reference in New Issue
Block a user