We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b607128 commit a3d43a0Copy full SHA for a3d43a0
src/inet/InetConfig.h
@@ -284,14 +284,14 @@
284
#endif
285
286
/**
287
- * @def INET_CONFIG_UDP_SOCKET_MREQN
288
- *
289
- * @brief
+ * @def INET_CONFIG_UDP_SOCKET_MREQN
+ *
+ * @brief
290
* Should be set to 1 if your platform can handle struct ip_mreqn,
291
* mandatory in UDPEndPointSocket.cpp
292
*/
293
294
-#ifndef INET_CONFIG_UDP_SOCKET_MREQN
+#ifndef INET_CONFIG_UDP_SOCKET_MREQN
295
#define INET_CONFIG_UDP_SOCKET_MREQN 0
296
297
0 commit comments