Skip to content

Commit

Permalink
comment tcp_quickack flag
Browse files Browse the repository at this point in the history
  • Loading branch information
esquerbatua committed Oct 1, 2024
1 parent 8082c20 commit 59a0fda
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,7 +20,7 @@ pub enum SocketOption {
socket_type = C.SO_TYPE
ipv6_only = C.IPV6_V6ONLY
ip_proto_ipv6 = C.IPPROTO_IPV6
tcp_quickack = C.TCP_QUICKACK
//tcp_quickack = C.TCP_QUICKACK // TODO make it work in os != linux
tcp_defer_accept = C.TCP_DEFER_ACCEPT
tcp_fastopen = C.TCP_FASTOPEN
reuse_port = C.SO_REUSEPORT
Expand Down

0 comments on commit 59a0fda

Please sign in to comment.