Yay werkage!
This commit is contained in:
parent
ae43086409
commit
fb4ddbba8c
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
#define DEBUG
|
#undef DEBUG
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
@ -141,8 +141,8 @@ int main(){
|
||||||
SendCTL(3, rec_cnt);//send ack (msg 3)
|
SendCTL(3, rec_cnt);//send ack (msg 3)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ifdef DEBUG
|
//#ifdef DEBUG
|
||||||
fprintf(stderr, "User disconnected.\n");
|
fprintf(stderr, "User %i disconnected.\n", CONN_fd);
|
||||||
#endif
|
//#endif
|
||||||
return 0;
|
return 0;
|
||||||
}//main
|
}//main
|
||||||
|
|
Loading…
Add table
Reference in a new issue