38 :
ProtocolHandler(client, stream), _sender(*this), _connection(*this, _stream), _lastack(0)
69 if (header._localeid.isNone())
77 _eid = BundleCore::local.
add( BundleCore::local.getDelimiter() + header._localeid.getSSP() );
154 }
catch (
const std::exception&) { };
171 while (_connection.good())
194 }
catch (
const std::exception &ex) {
210 BinaryStreamClient::Sender::~Sender()
215 void BinaryStreamClient::Sender::__cancellation() throw ()
224 void BinaryStreamClient::Sender::run() throw ()
226 Registration ® =
_client._client.getRegistration();
238 _client._sentqueue.push(bundle);
244 _client._connection << std::flush;
246 reg.wait_for_bundle();
259 }
catch (
const std::exception &ex) {
266 _sender.push(bundle);