mirror of
https://github.com/yoboujon/dumber.git
synced 2025-06-09 06:10:49 +02:00
petite correction
This commit is contained in:
parent
59f1442eba
commit
095738c845
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ int clientID = -1;
|
||||||
|
|
||||||
int socketUDP= -1;
|
int socketUDP= -1;
|
||||||
struct sockaddr_in UDPcliaddr;
|
struct sockaddr_in UDPcliaddr;
|
||||||
int UDPcliaddrlen = -1;
|
socklen_t UDPcliaddrlen = -1;
|
||||||
char *UDPBuffer=0;
|
char *UDPBuffer=0;
|
||||||
|
|
||||||
int openServer(int port) {
|
int openServer(int port) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue