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

Changeset 2322

Show
Ignore:
Timestamp:
11/15/06 09:25:40 (7 years ago)
Author:
stud-matfried
Message:

Stress Test: Use the same session-ID for all CREATEs for now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • natfw-nslp/trunk/src/test_stress.cpp

    r2284 r2322  
    5858 
    5959static ThreadStarter<ntlp::NTLPStarter, ntlp::NTLPStarterParam> *ntlp_starter; 
     60 
     61 
     62static natfw::session_id sid;                   // the session_id to use 
    6063 
    6164 
     
    168171 
    169172        ntlp_msg *msg = new ntlp_msg( 
    170                 session_id(),                   // Creates a new ID each time 
     173                sid, 
    171174                create, 
    172175                mri_pc,