Navigation


Changeset 1186:56c36d1007b4 in freeDiameter for include/freeDiameter/libfdcore.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
  • include/freeDiameter/libfdcore.h

    r1180 r1186  
    399399
    400400/*
     401 * FUNCTION:    fd_peer_cnx_proto_info
     402 *
     403 * PARAMETERS:
     404 *  peer        : The peer which information to be read
     405 *  buf         : Where to store the protocol information
     406 *  len         : available space in bug
     407 *
     408 * DESCRIPTION:
     409 *   Creates a string describing the current connection to this peer, e.g.: "TCP,TLS,soc#3".
     410 *
     411 * RETURN VALUE:
     412 *  0   : buffer was written
     413 * >=0  : error code.
     414 */
     415int fd_peer_cnx_proto_info(struct peer_hdr *peer, char * buf, size_t len);
     416
     417/*
    401418 * FUNCTION:    fd_peer_get_load_pending
    402419 *
Note: See TracChangeset for help on using the changeset viewer.