issues
search
mdlayher
/
vsock
Package vsock provides access to Linux VM sockets (AF_VSOCK) for communication between a hypervisor and its virtual machines. MIT Licensed.
MIT License
336
stars
65
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
CHANGELOG: fix format
#58
dudebing99
opened
2 months ago
0
Update to use net.ErrClosed
#57
dlm
opened
3 months ago
0
is it possible to support windows ?
#56
jeffrey4l
closed
8 months ago
2
vsock unavailable when the data length too long
#55
haoyihu
closed
9 months ago
0
vsock: check for ENETUNREACH and ETIMEDOUT as well in failed Dial test
#54
zhsj
closed
1 year ago
0
vsock: implemented DialContext
#53
balena
opened
1 year ago
0
how to simply add keepAlive feature in vsock like in use tcp socket?
#52
brodyxchen
closed
1 year ago
1
listener_linux.go:32:28: not enough arguments in call to l.c.Accept
#51
ChiaoY
closed
1 year ago
6
Return net.ErrClosed instead of errors.New("use of closed network connection")
#50
dimalinux
opened
2 years ago
0
vhost-user-vsock
#49
aep
opened
2 years ago
3
Fd behind the Conn?
#48
paul-lalonde
closed
2 years ago
2
vsock: Dial to a non-existent listener hangs instead of returning an error
#47
mdlayher
closed
2 years ago
1
vsock: rewrite on top of socket.Conn
#46
mdlayher
closed
2 years ago
0
vsock: rework and modernize with github.com/mdlayher/socket
#45
mdlayher
closed
2 years ago
0
Add FileListener()
#44
cfergeau
closed
2 years ago
8
add ListenLocal for ease of testing
#43
rockmenjack
closed
2 years ago
4
More EINTR handling
#42
stgraber
closed
3 years ago
2
Handle EINTR during socket creation
#41
stgraber
closed
3 years ago
5
vsock: add DialTimeout
#40
BetaXOi
opened
4 years ago
5
Simplify working with code
#39
wade-welles
closed
4 years ago
1
hi, Can i use a named pipe to connect to a vsock
#38
chenliu1993
closed
4 years ago
1
Support blocking mode for Go 1.10
#37
monstermunchkin
closed
5 years ago
4
vsock: remove Go 1.11 compatibility after Go 1.13 release
#36
mdlayher
closed
4 years ago
1
vsock: set SOCK_CLOEXEC in unix.Socket calls
#35
mdlayher
closed
5 years ago
1
vsock: require Go version 1.11+ for Conn,Listener
#34
marcov
closed
5 years ago
3
vsock: net.OpError on Conn methods, x/net/nettest integration tests
#33
mdlayher
closed
5 years ago
2
vsock: export ContextID for checking host context ID and vsock support
#32
mdlayher
closed
5 years ago
0
vsock: export Conn, fix non-Linux builds
#31
mdlayher
closed
5 years ago
0
vsock: export Listener, add Listener.SetDeadline
#30
mdlayher
closed
5 years ago
0
vsock: net.Conn compliance with x/net/nettest
#29
mdlayher
closed
5 years ago
2
vsock: expose Conn and Listener types
#28
mdlayher
closed
5 years ago
0
vsock: set up integration tests with qemu
#27
mdlayher
closed
2 years ago
3
vsock: initial Go 1.12 runtime network poller support
#26
mdlayher
closed
5 years ago
4
vsock: Go 1.12 runtime network poller integration
#25
mdlayher
closed
5 years ago
5
resource temporarily unavailable?
#24
xibz
closed
5 years ago
4
vsock: set listener fd to blocking mode
#23
jinankjain
closed
5 years ago
2
Fixing the server side of the vscp sample
#22
GalNivs
closed
5 years ago
4
behavior of Accept() changed
#21
pmorjan
closed
5 years ago
5
Unblock Accept after closing listener
#20
mxpv
closed
5 years ago
5
Accept remains blocked after closing listener
#19
mxpv
closed
5 years ago
0
vsock: factor out newConn function on Linux
#18
mdlayher
closed
6 years ago
1
vsock: support timeouts on vsock.Listen accepted connections
#17
mdlayher
closed
6 years ago
0
vsock: enable timeouts also on listener connections
#16
pmorjan
closed
6 years ago
7
vsock/conn: don't use struct embedding
#15
aybabtme
closed
6 years ago
0
vsock: allow timeouts with Go 1.11
#14
mdlayher
closed
6 years ago
1
`Conn.Close()` doesn't unblock pending `Read` operations
#13
damz
closed
6 years ago
5
README: fix guest driver name
#12
stefanha
closed
6 years ago
1
vsock: use ioctl constant from golang.org/x/sys/unix
#11
tklauser
closed
7 years ago
1
Add instructions for enabling AF_VSOCK
#10
xmudrii
closed
7 years ago
1
vsock: use x/sys/unix instead of syscall for ioctl
#9
mdlayher
closed
7 years ago
2
Next