This commit is contained in:
Tristan Smith 2024-07-01 02:50:04 -04:00
parent 32b895afe2
commit 60fc30586b

View File

@ -20,6 +20,8 @@
#include <netinet/udp.h> #include <netinet/udp.h>
#include <arpa/inet.h> #include <arpa/inet.h>
// comment here
const char *DESTINATION_IP = "255.255.255.255"; const char *DESTINATION_IP = "255.255.255.255";
const uint16_t SOURCE_PORT = 14236; const uint16_t SOURCE_PORT = 14236;
const uint16_t DESTINATION_PORT = 14235; const uint16_t DESTINATION_PORT = 14235;