diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2020-05-14 18:38:10 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2020-05-14 18:38:10 +0200 |
commit | 21a1a3ec1b319b1109a7d876cf946354d7b14c9b (patch) | |
tree | 6252e35cbaf5fa5cfdeba45ef40382593fbfd20a /lib/socket.h | |
parent | 055b6e89fa1be9fbcce1821196b6502cf78f6108 (diff) |
WIP implement SK_UNIX_ACTIVE
Diffstat (limited to 'lib/socket.h')
-rw-r--r-- | lib/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/socket.h b/lib/socket.h index 96fedeeb..90006fd2 100644 --- a/lib/socket.h +++ b/lib/socket.h @@ -143,6 +143,7 @@ extern int sk_priority_control; /* Suggested priority for control traffic, shou #define SK_UNIX 9 #define SK_SSH_ACTIVE 10 /* - - * * - ? - DA = host */ #define SK_SSH 11 +#define SK_UNIX_ACTIVE 12 /* * Socket subtypes |