Navigation


Changeset 43:2db15632a63d in freeDiameter for freeDiameter/cnxctx.c


Ignore:
Timestamp:
Nov 25, 2009, 7:07:09 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added a large part of connection establishment logic, to test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/cnxctx.c

    r38 r43  
    997997       
    998998        /* The magic function does it all */
    999         CHECK_FCT( fd_fifo_move( &conn->cc_incoming, alt_fifo, &conn->cc_alt ) );
     999        CHECK_FCT( fd_fifo_move( conn->cc_incoming, alt_fifo, &conn->cc_alt ) );
    10001000       
    10011001        return 0;
     
    11141114       
    11151115        CHECK_PARAMS_DO(conn, return);
     1116       
     1117        /* Avoid sending further events to the alt fifo */
     1118        conn->cc_alt = NULL;
    11161119
    11171120        /* In case of TLS, stop receiver thread, then close properly the gnutls session */
Note: See TracChangeset for help on using the changeset viewer.