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