mirror of
https://github.com/moparisthebest/socat
synced 2024-11-12 03:55:03 -05:00
xioopts.h: added GROUP_IP_SCTP to GROUP_IPAPP
This commit is contained in:
parent
01acd2402f
commit
a8ff9481e9
@ -162,7 +162,7 @@ enum e_func {
|
|||||||
|
|
||||||
#define GROUP_IP_UDP 0x01000000
|
#define GROUP_IP_UDP 0x01000000
|
||||||
#define GROUP_IP_TCP 0x02000000
|
#define GROUP_IP_TCP 0x02000000
|
||||||
#define GROUP_IPAPP (GROUP_IP_UDP|GROUP_IP_TCP) /* true: indicates one of UDP, TCP */
|
#define GROUP_IPAPP (GROUP_IP_UDP|GROUP_IP_TCP|GROUP_IP_SCTP) /* true: indicates one of UDP, TCP, SCTP */
|
||||||
#define GROUP_IP_SOCKS4 0x04000000
|
#define GROUP_IP_SOCKS4 0x04000000
|
||||||
#define GROUP_OPENSSL 0x08000000
|
#define GROUP_OPENSSL 0x08000000
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user