Home
last modified time | relevance | path

Searched refs:kTcpPostfixInts (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/mtproto/
H A Dconnection_abstract.cpp94 constexpr auto kTcpPostfixInts = 4; in prepareSecurePacket() local
95 result.reserve(kPrefixInts + size + kTcpPostfixInts); in prepareSecurePacket()
H A Dconnection_abstract.h173 constexpr auto kTcpPostfixInts = 4; in prepareNotSecurePacket() local
175 result.reserve(kPrefixInts + intsSize + intsPadding + kTcpPostfixInts); in prepareNotSecurePacket()