mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-07 04:52:39 +00:00
virtsock: update vendored virtosck package
This fixes a bug on WIndows build newer than 10586. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
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
|
||||
// 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 (
|
||||
maxMsgSize = 32 * 1024 // Maximum message size
|
||||
maxMsgSize = 4 * 1024 // Maximum message size
|
||||
)
|
||||
|
||||
// Hypper-V sockets use GUIDs for addresses and "ports"
|
||||
|
||||
Reference in New Issue
Block a user