Navigation


Changeset 1186:56c36d1007b4 in freeDiameter for libfdcore/p_dp.c


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
  • libfdcore/p_dp.c

    r1127 r1186  
    118118               
    119119                        /* Now send the DPA */
    120                         CHECK_FCT( fd_out_send( msg, NULL, peer, FD_CNX_ORDERED) );
     120                        CHECK_FCT( fd_out_send( msg, NULL, peer) );
    121121                       
    122122                        /* and move to CLOSED */
     
    132132                       
    133133                        /* Now send the DPA */
    134                         CHECK_FCT( fd_out_send( msg, NULL, peer, FD_CNX_ORDERED) );
     134                        CHECK_FCT( fd_out_send( msg, NULL, peer) );
    135135                }
    136136        } else {
     
    202202       
    203203        /* Now send the DPR message */
    204         CHECK_FCT_DO( fd_out_send(&msg, NULL, peer, FD_CNX_ORDERED), /* ignore since we are on timeout anyway */ );
     204        CHECK_FCT_DO( fd_out_send(&msg, NULL, peer), /* ignore since we are on timeout anyway */ );
    205205       
    206206        return 0;
Note: See TracChangeset for help on using the changeset viewer.