X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fclient.h;h=a710f5c8a63d93eafbec883b8807c7a14984ed5a;hb=bb5f5ae82bdcb7b5189032940d0b609dc12be70b;hp=60c86dbfa2657c821d289df33f236e6bef2629d3;hpb=2aa733ee47fd6a345e2578f7837acbaa1cea3ca5;p=umurmur.git diff --git a/src/client.h b/src/client.h index 60c86db..a710f5c 100644 --- a/src/client.h +++ b/src/client.h @@ -66,10 +66,8 @@ typedef struct { bool_t shutdown_wait; cryptState_t cryptState; bool_t readBlockedOnWrite, writeBlockedOnRead; - struct sockaddr_storage remote_tcp; struct sockaddr_storage remote_udp; - char addressString[INET6_ADDRSTRLEN]; uint8_t rxbuf[BUFSIZE], txbuf[BUFSIZE]; uint32_t rxcount, msgsize, drainleft, txcount, txsize; int sessionId;