mirror of
https://github.com/darkk/redsocks.git
synced 2025-08-26 11:45:30 +00:00
Added comments.
This commit is contained in:
parent
23a62f69c8
commit
10f87b1d4e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user