Skip to content

Commit

Permalink
vsock: Go version support documentation for Conn.SyscallConn
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlayher committed Mar 29, 2019
1 parent 5b75a63 commit 57d36b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
// - SetDeadline family of methods are fully supported
// - CloseRead and CloseWrite can close the reading or writing sides of a
// Conn, respectively
// - SyscallConn provides access to raw network control/read/write functionality
//
// Go 1.11 (not recommended):
// - *Listener:
Expand All @@ -37,6 +38,7 @@
// - *Conn:
// - SetDeadline family of methods are fully supported
// - CloseRead and CloseWrite are not supported and will always return an error
// - SyscallConn is not supported and will always return an error
//
// Go 1.10 and below are not supported. The runtime network poller integration
// required by this package is not available in Go versions prior to Go 1.11.
Expand Down

0 comments on commit 57d36b9

Please sign in to comment.