Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
esquerbatua committed Oct 1, 2024
1 parent 7f15584 commit 392e7de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vlib/net/socket_options.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ pub enum SocketOption {
socket_type = C.SO_TYPE
ipv6_only = C.IPV6_V6ONLY
ip_proto_ipv6 = C.IPPROTO_IPV6
//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
tcp_fastopen = C.TCP_FASTOPEN
reuse_port = C.SO_REUSEPORT
// 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
}

pub const opts_bool = [SocketOption.broadcast, .debug, .dont_route, .error, .keep_alive, .oob_inline]
Expand Down

0 comments on commit 392e7de

Please sign in to comment.