yetnet

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2021 License: MIT Imports: 2 Imported by: 0

README

GoDoc

yetnet

yetnet contains helper code for working with low level network like TCP, UDP and Ports.

Usage

isOpen, err := yetnet.IsPortOpen(8080)

Documentation

Overview

Package yetnet contains helper code for working with low level network like TCP, UDP or Ports.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsPortInUse

func IsPortInUse(port int) (bool, error)

IsPortInUse checks if a port is already in use.

func IsPortOpen

func IsPortOpen(port int) (bool, error)

IsPortOpen checks if a port is open.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL