Ignore:
Timestamp:
09/11/23 10:44:17 (10 months ago)
Author:
jderouillat
Message:

Forced the request processing, on servers, to start with the buffer creation in P2P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/transport/p2p_context_server.hpp

    r2556 r2559  
    6363    void listen(void) ; 
    6464    void listenPendingRequest(void) ; 
    65     void processRequest(CRequest& request) ; 
     65    bool processRequest(CRequest& request) ; 
    6666    void checkBuffers(void) ; 
    6767    void processEvents(bool enableEventsProcessing) ; 
Note: See TracChangeset for help on using the changeset viewer.