Navigation


Changeset 543:40141acabee7 in freeDiameter for freeDiameter/cnxctx.h


Ignore:
Timestamp:
Sep 14, 2010, 1:31:27 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix behavior of TLS/SCTP when only one peer does not accept the remote certificate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/cnxctx.h

    r403 r543  
    128128int fd_sctps_init(struct cnxctx * conn);
    129129int fd_sctps_handshake_others(struct cnxctx * conn, char * priority, void * alt_creds);
    130 int fd_sctps_startthreads(struct cnxctx * conn);
     130int fd_sctps_startthreads(struct cnxctx * conn, int others);
    131131void fd_sctps_bye(struct cnxctx * conn);
    132132void fd_sctps_waitthreadsterm(struct cnxctx * conn);
Note: See TracChangeset for help on using the changeset viewer.