X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fclient.h;fp=src%2Fclient.h;h=13ea42705dcb7894fb8cdf2aae2046a9d0183e0c;hb=c671f10c07f59b7e2dfda332c99a3182c32cb689;hp=95f61725fbb1ddf4f75e8aa2532d39afabba45ea;hpb=6fa8724d5735e0c6642631cc6c7cc7561a4a6622;p=umurmur.git diff --git a/src/client.h b/src/client.h index 95f6172..13ea427 100644 --- a/src/client.h +++ b/src/client.h @@ -31,7 +31,7 @@ #ifndef CLIENT_H_45786678 #define CLIENT_H_45786678 -#include +//#include #include #include /* close() */ #include @@ -65,9 +65,9 @@ typedef struct { bool_t shutdown_wait; cryptState_t cryptState; bool_t readBlockedOnWrite, writeBlockedOnRead; - + struct sockaddr_in remote_tcp; - struct sockaddr_in remote_udp; + struct sockaddr_in remote_udp; uint8_t rxbuf[BUFSIZE], txbuf[BUFSIZE]; uint32_t rxcount, msgsize, drainleft, txcount, txsize; int sessionId;