38 :
ProtocolHandler(client, stream), _sender(*this), _connection(*this, _stream), _lastack(0)
69 if (header._localeid.isNone())
77 _eid = BundleCore::local;
156 }
catch (
const std::exception&) { };
173 while (_connection.good())
193 }
catch (
const std::exception &ex) {
209 BinaryStreamClient::Sender::~Sender()
214 void BinaryStreamClient::Sender::__cancellation() throw ()
223 void BinaryStreamClient::Sender::run() throw ()
225 Registration ® =
_client._client.getRegistration();
237 _client._sentqueue.push(bundle);
243 _client._connection << std::flush;
245 reg.wait_for_bundle();
258 }
catch (
const std::exception &ex) {
265 _sender.push(bundle);