]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/run_blackbox_tests/test_optimal_pmtu.h
Fix compiler warnings in the test suites.
[meshlink] / test / blackbox / run_blackbox_tests / test_optimal_pmtu.h
index b3333c71a8382bed9f39e7a669c91406d2f06893..3ee68f7d6af816441a3358aa8dcd37f46cdcc28f 100644 (file)
@@ -22,8 +22,6 @@
 
 #include <stdbool.h>
 
-#pragma pack(1)
-
 extern int test_optimal_pmtu(void);
 extern int total_tests;
 extern char *lxc_path;
@@ -58,6 +56,7 @@ typedef struct pmtu_attr {
                abort();                                    \
        }
 
-#define PING_TRACK_TIMEOUT 500
+#define PING_TRACK_TIMEOUT 100
+#define CHANNEL_PORT 1234
 
 #endif // TEST_CASES_OPTIMAL_PMTU_H