Skip to content

Commit

Permalink
comment tcp_fastopen flag
Browse files Browse the repository at this point in the history
  • Loading branch information
esquerbatua committed Oct 1, 2024
1 parent 392e7de commit 72ebdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/net/socket_options.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ pub enum SocketOption {
socket_type = C.SO_TYPE
ipv6_only = C.IPV6_V6ONLY
ip_proto_ipv6 = C.IPPROTO_IPV6
tcp_fastopen = C.TCP_FASTOPEN
reuse_port = C.SO_REUSEPORT
// tcp_fastopen = C.TCP_FASTOPEN // TODO make it work in windows
// tcp_quickack = C.TCP_QUICKACK // TODO make it work in os != linux
// tcp_defer_accept = C.TCP_DEFER_ACCEPT // TODO make it work in windows
}
Expand Down

0 comments on commit 72ebdaf

Please sign in to comment.