Changed the default server port to be used to 1234.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19402 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
|
||||||
|
|
||||||
#define PORT 40000 // the port client will be connecting to
|
#define PORT 1234 // the port client will be connecting to
|
||||||
#define MAXDATASIZE 100 // max number of bytes we can get at once
|
#define MAXDATASIZE 100 // max number of bytes we can get at once
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
|
||||||
#define MYPORT 40000 // the port users will be connecting to
|
#define MYPORT 1234 // the port users will be connecting to
|
||||||
#define BACKLOG 10 // how many pending connections queue will hold
|
#define BACKLOG 10 // how many pending connections queue will hold
|
||||||
#define MAXDATASIZE 100
|
#define MAXDATASIZE 100
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user