Navigation


Changeset 1200:ce2b00dc86c1 in freeDiameter for libfdcore/cnxctx.h


Ignore:
Timestamp:
Jun 14, 2013, 11:14:11 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

React quickly to head-of-the-line blocking in case of network failure. Can be adapted with MAX_HOTL_BLOCKING_TIME constant in cnxctx.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/cnxctx.h

    r1186 r1200  
    3838#ifndef _CNXCTX_H
    3939#define _CNXCTX_H
     40
     41/* Maximum time we allow a connection to be blocked because of head-of-the-line buffers. After this delay, connection is considered in error. */
     42#define MAX_HOTL_BLOCKING_TIME  1000    /* ms */
    4043
    4144/* The connection context structure */
Note: See TracChangeset for help on using the changeset viewer.