NSIS-ka
A free C++ implementation of NSIS protocols

Changeset 2355

Show
Ignore:
Timestamp:
11/21/06 17:02:56 (7 years ago)
Author:
bless
Message:

- introduced global constants for queue poll timeouts

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ntlp/trunk/include/ntlp_global_constants.h

    r2328 r2355  
    2626  const bool sctpenable_default= true;        // advertise SCTP in negotation 
    2727  const uint16 dnslookup_retries_max= 10; 
     28  const uint32 queue_poll_timeout_default= 2; // wait how many seconds until data queue is inspected 
     29  const uint32 data_keep_timeout= 120;        // time to live in seconds for enqueued payload data  
    2830#endif 
    2931} // end namespace