Navigation


Changeset 378:41e3c2a3721c in freeDiameter for freeDiameter/fD.h


Ignore:
Timestamp:
Jul 5, 2010, 4:21:22 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Replaced old mechanism to discover local addresses by a call to getifaddrs, lot cleaner!
Should close #4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/fD.h

    r304 r378  
    327327int             fd_cnx_getTLS(struct cnxctx * conn);
    328328int             fd_cnx_getcred(struct cnxctx * conn, const gnutls_datum_t **cert_list, unsigned int *cert_list_size);
    329 int             fd_cnx_getendpoints(struct cnxctx * conn, struct fd_list * local, struct fd_list * remote);
     329int             fd_cnx_getremoteeps(struct cnxctx * conn, struct fd_list * eps);
    330330char *          fd_cnx_getremoteid(struct cnxctx * conn);
    331331int             fd_cnx_receive(struct cnxctx * conn, struct timespec * timeout, unsigned char **buf, size_t * len);
Note: See TracChangeset for help on using the changeset viewer.