XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xtd::socket::tcp_options< _SuperT > Class Template Reference

TCP based socket properties. More...

+ Inheritance diagram for xtd::socket::tcp_options< _SuperT >:
+ Collaboration diagram for xtd::socket::tcp_options< _SuperT >:

Public Member Functions

template<typename... _ArgTs>
 tcp_options (_ArgTs &&...oArgs)
 ctor
 
bool no_delay () const
 gets the TCP_NODELAY property
 
void no_delay (bool newval)
 sets the TCP_NODELAY property
 

Detailed Description

template<typename _SuperT>
class xtd::socket::tcp_options< _SuperT >

TCP based socket properties.

Definition at line 456 of file socket.hpp.


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