This commit is contained in:
2024-10-04 17:26:15 +03:00
parent 22e20bb52f
commit 25f60e561b
4 changed files with 214 additions and 35 deletions

View File

@@ -27,6 +27,8 @@ static constexpr char ADC_DEFAULT_NETPROTO_STARTMARK[] = "\n\t\r\v\r\t\n";
} // namespace constants
/* SESSION-LEVEL PROTOCOLS */
template <const char* STOPSEQ = constants::ADC_DEFAULT_NETPROTO_STOPSEQ>
struct AdcStopSeqSessionProto {
static constexpr std::string_view STOP_SEQ{STOPSEQ};