Version 1.8.0.0
[socat.git] / xio-sctp.h
blobdab5d6fa6b703230e9b12d5103fa20599641fb92
1 /* source: xio-sctp.h */
2 /* Copyright Gerhard Rieger and contributors (see file CHANGES) */
3 /* Published under the GNU General Public License V.2, see file COPYING */
5 #ifndef __xio_sctp_h_included
6 #define __xio_sctp_h_included 1
8 extern const struct addrdesc xioaddr_sctp_connect;
9 extern const struct addrdesc xioaddr_sctp_listen;
10 extern const struct addrdesc xioaddr_sctp4_connect;
11 extern const struct addrdesc xioaddr_sctp4_listen;
12 extern const struct addrdesc xioaddr_sctp6_connect;
13 extern const struct addrdesc xioaddr_sctp6_listen;
15 extern const struct optdesc opt_sctp_nodelay;
16 extern const struct optdesc opt_sctp_maxseg;
17 extern const struct optdesc opt_sctp_maxseg_late;
19 #endif /* !defined(__xio_sctp_h_included) */