We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a4021 commit 448536cCopy full SHA for 448536c
src/transport/raw/TCP.h
@@ -39,6 +39,7 @@
39
namespace chip {
40
namespace Transport {
41
42
+// Forward declaration of friend class.
43
template <size_t kActiveConnectionsSize, size_t kPendingPacketSize> class TCPBaseTestAccess;
44
45
/** Defines listening parameters for setting up a TCP transport */
0 commit comments