$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [asio] Howto bind *client* to a specific port?
From: for-gmane (for-gmane_at_[hidden])
Date: 2010-10-01 11:03:22
A NewbieQ:
From a client app I want to connect to a server app on a remote host (say port 6666).
A requirement is that the client shall be bound to a defined port (say port 5555).
How to do this in asio?
Does the client need to use an acceptor? (ok, this maybe sounds non-sensical, but who knows... :-)