Navigation


Changeset 1186:56c36d1007b4 in freeDiameter for libfdcore/cnxctx.h


Ignore:
Timestamp:
Jun 7, 2013, 7:48:34 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Further preparation of the DTLS integration. Some cleanups in the GNUTLS handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/cnxctx.h

    r1181 r1186  
    7575                uint16_t pairs;         /* max number of pairs ( = min(in, out)) */
    7676                uint16_t next;          /* # of stream the next message will be sent to */
     77                int      unordered;     /* boolean telling if use of streams > 0 is permitted */
    7778        }               cc_sctp_para;
    7879
     
    118119int fd_sctp_get_remote_ep(int sock, struct fd_list * list);
    119120int fd_sctp_get_str_info( int sock, uint16_t *in, uint16_t *out, sSS *primary );
    120 int fd_sctp_sendstr(struct cnxctx * conn, uint16_t strid, uint8_t * buf, size_t len);
     121ssize_t fd_sctp_sendstrv(struct cnxctx * conn, uint16_t strid, const struct iovec *iov, int iovcnt);
    121122int fd_sctp_recvmeta(struct cnxctx * conn, uint16_t * strid, uint8_t ** buf, size_t * len, int *event);
    122123
Note: See TracChangeset for help on using the changeset viewer.