TCP acceptor and validation fixed, logs and dot consistency

This commit is contained in:
Matej Sekoranja
2014-09-04 20:44:12 +02:00
parent 6bd1efa313
commit b14333f720
7 changed files with 33 additions and 13 deletions

View File

@@ -155,7 +155,7 @@ namespace epics {
client, transportRevision, _heartbeatInterval, priority);
// verify
if(!transport->verify(3000)) {
if(!transport->verify(5000)) {
LOG(
logLevelDebug,
"Connection to PVA server %s failed to be validated, closing it.",