mirror of
https://repo.or.cz/socat.git
synced 2025-07-09 21:56:33 +00:00
Implementation of DCCP socket addresses
This commit is contained in:
parent
fc21e154b9
commit
a846b94e6c
17 changed files with 330 additions and 28 deletions
2
xio.h
2
xio.h
|
@ -95,7 +95,7 @@ enum xiotag {
|
|||
} ;
|
||||
|
||||
/* Keep condition consistent with xioopts.h:GROUP_*! */
|
||||
#if WITH_SCTP || WITH_POSIXMQ
|
||||
#if WITH_POSIXMQ || WITH_SCTP || WITH_DCCP
|
||||
typedef uint64_t groups_t;
|
||||
#define F_groups_t F_uint64_x
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue