Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
Loading...
Searching...
No Matches
roc::netio::SocketOpts Struct Reference

Socket options. More...

#include <roc_netio/target_posix/roc_netio/socket_ops.h>

Public Attributes

bool disable_nagle
 Disable Nagle's algorithm.
 

Detailed Description

Socket options.

Definition at line 29 of file socket_ops.h.

Constructor & Destructor Documentation

◆ SocketOpts()

roc::netio::SocketOpts::SocketOpts ( )
inline

Definition at line 33 of file socket_ops.h.

Member Data Documentation

◆ disable_nagle

bool roc::netio::SocketOpts::disable_nagle

Disable Nagle's algorithm.

Definition at line 31 of file socket_ops.h.


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