TcpSocketConfig Struct Reference

Space-ng SDK: sol3::net::TcpSocketConfig Struct Reference
Space-ng SDK
sol3::net::TcpSocketConfig Struct Reference

#include <sol3/net/tcp_socket.h>

Public Attributes

bool tcp_no_delay {true}
 
bool reuse_address {true}
 
int so_rcvbuf {-1}
 
int so_sndbuf {-1}
 

Member Data Documentation

◆ reuse_address

bool sol3::net::TcpSocketConfig::reuse_address {true}

◆ so_rcvbuf

int sol3::net::TcpSocketConfig::so_rcvbuf {-1}

◆ so_sndbuf

int sol3::net::TcpSocketConfig::so_sndbuf {-1}

◆ tcp_no_delay

bool sol3::net::TcpSocketConfig::tcp_no_delay {true}

The documentation for this struct was generated from the following file: