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
+1 -1
View File
@@ -41,7 +41,7 @@ namespace pvAccess {
const epics::pvData::int16 PVA_MESSAGE_HEADER_SIZE = 8;
/** All messages must be aligned to 8-bytes (64-bit). */
const epics::pvData::int32 PVA_ALIGNMENT = 1; // TODO
const epics::pvData::int32 PVA_ALIGNMENT = 1;
/**
* UDP maximum send message size.