Changeset 2cd784a for benchmark/io/http/options.cfa
- Timestamp:
- Mar 2, 2021, 1:59:38 PM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- d5006b1
- Parents:
- dddb3dd0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/options.cfa
rdddb3dd0 r2cd784a 20 20 Options options @= { 21 21 false, // log 22 false, // stats 22 23 23 24 { // file_cache … … 61 62 {'\0', "isolate", "Create one cluster per processor", isolate, parse_settrue}, 62 63 {'\0', "log", "Enable logs", options.log, parse_settrue}, 64 {'\0', "stats", "Enable statistics", options.stats, parse_settrue}, 63 65 {'\0', "accept-backlog", "Maximum number of pending accepts", options.socket.backlog}, 64 66 {'\0', "request_len", "Maximum number of bytes in the http request, requests with more data will be answered with Http Code 414", options.socket.buflen},
Note: See TracChangeset
for help on using the changeset viewer.