We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1463f commit d8d80fdCopy full SHA for d8d80fd
1 file changed
rules/ip/src.cpp
@@ -16,6 +16,8 @@ int f4() {
16
return IPPROTO_IPV6;
17
}
18
19
+#if defined(__linux__)
20
int f5() {
21
return IPPROTO_MPTCP;
22
23
+#endif
0 commit comments