comparison freeDiameter/fD.h @ 208:e1da03ba112f

Force ordering of messages by using only stream 0 for link-local messages -- avoids issue of DWR arriving before CEA.
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 15 Feb 2010 18:16:12 +0900
parents 4679ff581d6a
children dcb58243e91f
comparison
equal deleted inserted replaced
207:a68d24defda8 208:e1da03ba112f
321 int fd_cnx_getcred(struct cnxctx * conn, const gnutls_datum_t **cert_list, unsigned int *cert_list_size); 321 int fd_cnx_getcred(struct cnxctx * conn, const gnutls_datum_t **cert_list, unsigned int *cert_list_size);
322 int fd_cnx_getendpoints(struct cnxctx * conn, struct fd_list * local, struct fd_list * remote); 322 int fd_cnx_getendpoints(struct cnxctx * conn, struct fd_list * local, struct fd_list * remote);
323 char * fd_cnx_getremoteid(struct cnxctx * conn); 323 char * fd_cnx_getremoteid(struct cnxctx * conn);
324 int fd_cnx_receive(struct cnxctx * conn, struct timespec * timeout, unsigned char **buf, size_t * len); 324 int fd_cnx_receive(struct cnxctx * conn, struct timespec * timeout, unsigned char **buf, size_t * len);
325 int fd_cnx_recv_setaltfifo(struct cnxctx * conn, struct fifo * alt_fifo); /* send FDEVP_CNX_MSG_RECV event to the fifo list */ 325 int fd_cnx_recv_setaltfifo(struct cnxctx * conn, struct fifo * alt_fifo); /* send FDEVP_CNX_MSG_RECV event to the fifo list */
326 int fd_cnx_send(struct cnxctx * conn, unsigned char * buf, size_t len); 326 int fd_cnx_send(struct cnxctx * conn, unsigned char * buf, size_t len, int ordered);
327 void fd_cnx_destroy(struct cnxctx * conn); 327 void fd_cnx_destroy(struct cnxctx * conn);
328 328
329 329
330 #endif /* _FD_H */ 330 #endif /* _FD_H */
"Welcome to our mercurial repository"