Searched defs:Protocol (Results 1 – 2 of 2) sorted by relevance
48 enum class Protocol { kTcp, kUdp }; enum
39 using Protocol = uint32_t; variable