1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-18 00:53:25 +00:00

New option ipv6-join-source-group

This commit is contained in:
Gerhard Rieger 2023-06-24 10:40:07 +02:00
parent 003ca09721
commit 9f632ec651
8 changed files with 229 additions and 3 deletions

View file

@ -76,6 +76,9 @@ enum e_types {
#if HAVE_STRUCT_IP_MREQ_SOURCE
TYPE_IP_MREQ_SOURCE, /* for struct ip_mreq_source */
#endif
#if HAVE_STRUCT_GROUP_SOURCE_REQ
TYPE_GROUP_SOURCE_REQ, /* for struct group_source_req */
#endif
TYPE_GENERIC, /* type is determined from (text) data provided (dalan syntax) */
} ;
@ -370,6 +373,7 @@ enum e_optcode {
OPT_IPV6_HOPLIMIT,
OPT_IPV6_HOPOPTS,
OPT_IPV6_JOIN_GROUP,
OPT_IPV6_JOIN_SOURCE_GROUP,
OPT_IPV6_PKTINFO,
OPT_IPV6_RECVDSTOPTS,
OPT_IPV6_RECVERR,