mirror of
https://github.com/yoboujon/tsock.git
synced 2025-06-08 22:10:50 +02:00
changement du port : 8000
This commit is contained in:
parent
c9d18d17f6
commit
ca448f9e0f
1 changed files with 1 additions and 1 deletions
2
puit.c
2
puit.c
|
@ -9,7 +9,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#define _OE_SOCKETS
|
#define _OE_SOCKETS
|
||||||
#define PORT_NUM 9000
|
#define PORT_NUM 8000
|
||||||
|
|
||||||
void initSocket();
|
void initSocket();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue