Change port.
This commit is contained in:
parent
5ad3b0ef04
commit
d5829f14e8
2 changed files with 2 additions and 2 deletions
|
@ -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[])
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue