Navigation


Changeset 1136:140450615773 in freeDiameter for include/freeDiameter/libfdcore.h


Ignore:
Timestamp:
May 16, 2013, 3:56:31 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Revert changeset 1122 (ADDRESS_AVP_INCLUDE_PORT) as this will create too much interop issues. The Host-IP-Address AVP is not normally used to discover peer address, but only for validation of the addresses where a packet is received from -- which is quite useless with a connected transport connection, but anyway...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdcore.h

    r1128 r1136  
    851851int fd_ep_filter( struct fd_list * list, uint32_t flags );
    852852int fd_ep_filter_family( struct fd_list * list, int af );
    853 int fd_ep_filter_list( struct fd_list * list, struct fd_list * exclude_list );
    854853int fd_ep_clearflags( struct fd_list * list, uint32_t flags );
    855854DECLARE_FD_DUMP_PROTOTYPE(fd_ep_dump_one, int preamble, struct fd_endpoint * ep );
Note: See TracChangeset for help on using the changeset viewer.