diff options
Diffstat (limited to 'src/socket.h')
-rw-r--r-- | src/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h index 01ea48d62f..92f11d72ea 100644 --- a/src/socket.h +++ b/src/socket.h @@ -116,6 +116,7 @@ struct Socket { /* Socket options */ bool keep_alive; bool free_bind; + bool transparent; int priority; int mark; size_t receive_buffer; |