$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] test an open port?
From: Igor R (boost.lists_at_[hidden])
Date: 2009-11-14 10:39:18
> hi, how can i do a test before a data transmmision to know if a port is being used or not?
You try to bind to a used local port, you get some exception, don't you?