$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Igor R (boost.lists_at_[hidden])
Date: 2008-06-19 03:23:36
> Currently the problem that I have is that I cannot set the port used by the endpoint to the value I want - 10540 - it is always set to 11035. I'm not sure why this is, I cant find the number 11035 anywhere in the code
Probably, 11035 is the *local* port - not the port of the endpoint?
Can you post short code snippiet where you setup and connect your socket?