diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2020-05-14 12:57:38 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2021-01-12 23:34:17 +0100 |
commit | 513729bbab3faacfa4eb48b1572fce8ae413179e (patch) | |
tree | 605c454fe4f9595cb44869283d2d4e1b640961f8 /lib/socket.h | |
parent | 0d2888fb4950d7b3f1e19237f80a16a2253b37ec (diff) |
Unix: 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 |