$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Asio] Any port with an endpoint
From: Ryan McConnehey (mccorywork_at_[hidden])
Date: 2009-10-21 20:04:43
In windows there is the capability to create a socket with an address
but leave the port number up to windows to select. Is this possible
with the asio endpoint or will I always need to define "some" port number?
Ryan