Navigation


Changeset 1016:dc7d6d5f93d3 in freeDiameter


Ignore:
Timestamp:
Mar 29, 2013, 6:31:46 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Parents:
1014:908ffbb81f60 (diff), 1015:8af24e6143ce (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merged

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/fdcore-internal.h

    r1014 r1016  
    7171#endif /* DPR_TIMEOUT */
    7272
    73 /* Delai where the connection is maintained opened to allow exchanging remaining pending answers after DPR/DPA */
     73/* Delay where the connection is maintained opened to allow exchanging remaining pending answers after DPR/DPA */
    7474#ifndef GRACE_TIMEOUT
    7575#define GRACE_TIMEOUT   1       /* in seconds */
  • libfdcore/fdcore-internal.h

    r1015 r1016  
    134134        pthread_mutex_t mtx; /* mutex to protect these lists */
    135135        pthread_cond_t  cnd; /* cond var used by the thread that handles timeouts */
    136         pthread_t       thr; /* the thread that handles timeouts (and calls the anscb) */
     136        pthread_t       thr; /* the thread that handles timeouts (expirecb called in separate forked threads) */
    137137};
    138138
Note: See TracChangeset for help on using the changeset viewer.