Categorygithub.com/n4ss/go-connections
modulepackage
0.3.0
Repository: https://github.com/n4ss/go-connections.git
Documentation: pkg.go.dev

# README

GoDoc

Introduction

go-connections provides common package to work with network connections.

Usage

See the docs in godoc for examples and documentation.

License

go-connections is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

# Packages

Package nat is a convenience package for manipulation of strings describing network ports.
Package proxy provides a network Proxy interface and implementations for TCP and UDP.
Package sockets provides helper functions to create and configure Unix or TCP sockets.
Package tlsconfig provides primitives to retrieve secure-enough TLS configurations for both clients and servers.