0
0
mirror of https://github.com/darkk/redsocks.git synced 2025-08-26 19:55:30 +00:00

Added comments.

This commit is contained in:
Leonid Evdokimov 2008-07-13 04:24:20 +07:00
parent 23a62f69c8
commit 10f87b1d4e

View File

@ -51,7 +51,7 @@ typedef struct redsocks_client_t {
struct bufferevent *relay;
struct sockaddr_in clientaddr;
struct sockaddr_in destaddr;
int state;
int state; // it's used by bottom layer
unsigned short client_evshut;
unsigned short relay_evshut;
} redsocks_client;