macIdS2c property

int macIdS2c
getter/setter pair

Implementation

int state = 0,
    padding = 0,
    packetId = 0,
    packetLen = 0,
    packetMacLen = 0,
    hostkeyType = 0,
    kexMethod = 0,
    macPrefixC2s = 0,
    macPrefixS2c = 0,
    macHashLenC = 0,
    macHashLenS = 0,
    macIdC2s = 0,
    macIdS2c = 0,
    cipherIdC2s = 0,
    cipherIdS2c = 0,
    compressIdC2s = 0,
    compressIdS2c = 0,
    encryptBlockSize = 0,
    decryptBlockSize = 0,
    sequenceNumberC2s = 0,
    sequenceNumberS2c = 0,
    nextChannelId = 1,
    maxPacketSize = 32768,
    initialWindowSize = 1048576;