golang-github-mdlayher-socket 0.4.1-2 source package in Ubuntu

Changelog

golang-github-mdlayher-socket (0.4.1-2) unstable; urgency=medium

  * Team upload
  * Skip failed tests on different kernel versions
    + TestLinuxOpenPIDFD: PIDFD_NONBLOCK is only available since Linux 5.10
    + TestLinuxDialVsockNoListener: different kernel versions report different
      error codes.

 -- Shengjing Zhu <email address hidden>  Fri, 18 Aug 2023 13:40:02 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mdlayher-socket_0.4.1-2.dsc 1.8 KiB 96b26d62a99b238e70d5084f01f15288f1471954064eb72785a9eb676016a2b5
golang-github-mdlayher-socket_0.4.1.orig.tar.gz 20.7 KiB 73840f7b23907fc3af81415fec19e51fa3d74349011a3b3e22fba6e229e420e2
golang-github-mdlayher-socket_0.4.1-2.debian.tar.xz 4.3 KiB a45694b2c0ada8110a9059567d26cd7968ac407237a6b1b54488b6c3fa0aba2a

Available diffs

No changes file available.

Binary packages built by this source

golang-github-mdlayher-socket-dev: low-level network connection type to provide asynchronous I/O (library)

 The socket package provides a low-level network connection type which
 integrates with Go's runtime network poller to provide asynchronous I/O and
 deadline support.
 .
 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.