start CID, SID, and IOID from different non-zero

Help to detect situations where these IDs get mixed up
This commit is contained in:
Michael Davidsaver
2020-04-07 13:08:55 -07:00
parent 4ef9c1102b
commit 19d868eb7d
2 changed files with 3 additions and 2 deletions

View File

@@ -1439,7 +1439,7 @@ BlockingServerTCPTransportCodec::BlockingServerTCPTransportCodec(
int32_t receiveBufferSize)
:BlockingTCPTransportCodec(true, context, channel, responseHandler,
sendBufferSize, receiveBufferSize, PVA_DEFAULT_PRIORITY)
,_lastChannelSID(0)
,_lastChannelSID(0x12003400)
,_verificationStatus(pvData::Status::fatal("Uninitialized error"))
,_verifyOrVerified(false)
{