Rod Hynes 8a972ef75d Use Go modules 3 năm trước cách đây
..
LICENSE.md f035376103 Update vendored github.com/mdlayher/netlink 4 năm trước cách đây
README.md f035376103 Update vendored github.com/mdlayher/netlink 4 năm trước cách đây
accept.go f035376103 Update vendored github.com/mdlayher/netlink 4 năm trước cách đây
accept4.go f035376103 Update vendored github.com/mdlayher/netlink 4 năm trước cách đây
conn.go f035376103 Update vendored github.com/mdlayher/netlink 4 năm trước cách đây
conn_linux.go f035376103 Update vendored github.com/mdlayher/netlink 4 năm trước cách đây
doc.go f035376103 Update vendored github.com/mdlayher/netlink 4 năm trước cách đây
setbuffer_linux.go f035376103 Update vendored github.com/mdlayher/netlink 4 năm trước cách đây
setbuffer_others.go f035376103 Update vendored github.com/mdlayher/netlink 4 năm trước cách đây
typ_cloexec_nonblock.go f035376103 Update vendored github.com/mdlayher/netlink 4 năm trước cách đây
typ_none.go f035376103 Update vendored github.com/mdlayher/netlink 4 năm trước cách đây

README.md

socket Test Status Go Reference Go Report Card

Package socket provides a low-level network connection type which integrates with Go's runtime network poller to provide asynchronous I/O and deadline support. MIT Licensed.

This package focuses on UNIX-like operating systems which make use of BSD sockets system call APIs. It is meant to be used as a foundation for the creation of operating system-specific socket packages, for socket families such as Linux's AF_NETLINK, AF_PACKET, or AF_VSOCK. This package should not be used directly in end user applications.

Any use of package socket should be guarded by build tags, as one would also use when importing the syscall or golang.org/x/sys packages.