We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04789a3 commit 565d7f5Copy full SHA for 565d7f5
src/transport/raw/PeerAddress.h
@@ -54,6 +54,7 @@ enum class Type : uint8_t
54
kBle,
55
kTcp,
56
kWiFiPAF,
57
+ kNumofTypes, //This is not an actual transport type, it just refers to the number of transport types
58
};
59
60
/**
0 commit comments