Artifact a3a16abd827087f52917587122456792a99fbd98:
- File find_free_port.mkd — part of check-in [93ffba148e] at 2015-12-23 19:39:59 on branch trunk — added Makefile and man page for find_free_port (user: vitus, size: 527) [annotate] [blame] [check-ins using]
% find_free_port(1) % Victor Wagner vitus@wagner.pp.ru % December 2015
NAME
find_free_port - find unused port to bind to
SYNOPSIS
find_free_port start_port
DESCRIPTION
find_free_port searches local system for unused TCP port where application program can listen for request. Starts with specified number.
It is written as helper utility for vws(1) to search for unused port where virtual machine can listen for GUI clients.
SEE ALSO
netstat(8), vws(1)