Change port.

This commit is contained in:
Glenn Y. Rolland 2016-09-05 15:08:07 +02:00
parent 5ad3b0ef04
commit d5829f14e8
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
#include <arpa/inet.h>
#include <netdb.h>
#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[])
{

View file

@ -13,7 +13,7 @@
#include <arpa/inet.h>
#include <netdb.h>
#define MYPORT "4950" // the port users will be connecting to
#define MYPORT "9119" // the port users will be connecting to
#define MAXBUFLEN 100