Ignore:
Timestamp:
Jun 6, 2022, 9:04:31 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
b6e0b61
Parents:
ac1aba4b
Message:

Checkpoint of the broken version of reuseport

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/http/worker.cfa

    rac1aba4b r86c12d65  
    4343        /* paranoid */ assert( this.pipe[0] != -1 );
    4444        /* paranoid */ assert( this.pipe[1] != -1 );
     45
     46        const bool reuse = options.socket.manyreuse;
    4547
    4648        CONNECTION:
Note: See TracChangeset for help on using the changeset viewer.