- All Superinterfaces:
NetConfiguration
- All Known Subinterfaces:
BootNetServerConfiguration
Net server configuration.
- Since:
- 1.6
- Author:
- Jeremy Kuhn
-
Method Summary
Modifier and TypeMethodDescriptiondefault Integer
The accept backlog.Enables/Disables TCP fast open.Methods inherited from interface io.inverno.mod.base.net.NetConfiguration
idle_read_timeout, idle_timeout, idle_write_timeout, ip_tos, keep_alive, linger, rcv_buffer, reuse_address, reuse_port, snd_buffer, tcp_cork, tcp_no_delay, tcp_quickack
-
Method Details
-
accept_backlog
The accept backlog.
Defaults to 1024.
- Returns:
- the accept backlog
-
tcp_fast_open
Integer tcp_fast_open()Enables/Disables TCP fast open.
- Returns:
- fast-open requests limit
-