diff --git a/src/udp-client.c b/src/udp-client.c index 6149a6d..f39d908 100644 --- a/src/udp-client.c +++ b/src/udp-client.c @@ -13,7 +13,7 @@ #include #include -#define SERVERPORT "4950" // the port users will be connecting to +#define SERVERPORT "9119" // the port users will be connecting to int main(int argc, char *argv[]) { diff --git a/src/udp-server.c b/src/udp-server.c index c2f5374..5fabd92 100644 --- a/src/udp-server.c +++ b/src/udp-server.c @@ -13,7 +13,7 @@ #include #include -#define MYPORT "4950" // the port users will be connecting to +#define MYPORT "9119" // the port users will be connecting to #define MAXBUFLEN 100