Skip to content

Commit b46ce9f

Browse files
committedSep 18, 2024
Adding an enum value for the number of transport types
1 parent 04789a3 commit b46ce9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/transport/raw/PeerAddress.h

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ enum class Type : uint8_t
5454
kBle,
5555
kTcp,
5656
kWiFiPAF,
57+
kLast = kWiFiPAF, //This is not an actual transport type, it just refers to the last transport type
5758
};
5859

5960
/**

0 commit comments

Comments
 (0)