Navigation


Changeset 36:1498b3c7304c in freeDiameter for include


Ignore:
Timestamp:
Nov 2, 2009, 5:31:36 PM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Backup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/freeDiameter.h

    r34 r36  
    248248                                   If we win the election, we must disconnect the initiated connection and send a CEA on the other => we go to OPEN state.
    249249                                   If we lose, we disconnect the other connection (receiver) and fallback to WAITCEA state. */
    250         STATE_OPEN_HANDSHAKE,   /* TLS Handshake and validation are in progress in open state */
     250        STATE_OPEN_HANDSHAKE,   /* TLS Handshake and validation are in progress in open state -- we show the state because it can last a long time */
    251251       
    252252        /* Failover state machine */
     
    307307                unsigned        exp :1;
    308308               
     309                #define PI_PRST_NONE    0       /* the peer entry is deleted after disconnection / error */
     310                #define PI_PRST_ALWAYS  1       /* the peer entry is persistant (will be kept as ZOMBIE in case of error) */
     311                unsigned        persist :1;
     312               
    309313                unsigned        inband_none :1; /* This is only meaningful with pi_flags.sec == 3 */
    310314                unsigned        inband_tls  :1; /* This is only meaningful with pi_flags.sec == 3 */
Note: See TracChangeset for help on using the changeset viewer.