collie v0.10.16 (2018-08-30T07:51:38Z)
Dub
Repo
HTTPServerOptions.IPConfig
collie
codec
http
server
httpserveroptions
HTTPServerOptions
Undocumented in source.
class
HTTPServerOptions
struct
IPConfig {
Address
address
;
bool
enableTCPFastOpen
;
uint
fastOpenQueueSize
;
}
Members
Variables
address
Address
address
;
Undocumented in source.
enableTCPFastOpen
bool
enableTCPFastOpen
;
Undocumented in source.
fastOpenQueueSize
uint
fastOpenQueueSize
;
Undocumented in source.
Meta
Source
See Implementation
collie
codec
http
server
httpserveroptions
HTTPServerOptions
aliases
HTTPCodecFactory
RequestHandlerFactory
constructors
this
structs
IPConfig
variables
handlerFactories
listenBacklog
maxHeaderSize
ssLConfig
threads
timeOut