client now uses connection timeout param

This commit is contained in:
Matej Sekoranja
2014-08-06 10:04:25 +02:00
parent 219e69ceed
commit e5d2f457a2
6 changed files with 18 additions and 16 deletions

View File

@@ -4100,7 +4100,7 @@ TODO
osiSockAttach();
m_timer.reset(new Timer("pvAccess-client timer", lowPriority));
Context::shared_pointer thisPointer = shared_from_this();
m_connector.reset(new BlockingTCPConnector(thisPointer, m_receiveBufferSize, m_beaconPeriod));
m_connector.reset(new BlockingTCPConnector(thisPointer, m_receiveBufferSize, m_connectionTimeout));
m_transportRegistry.reset(new TransportRegistry());
// TODO put memory barrier here... (if not already called withing a lock?)