asio 0.1.5 Main Page | Class Index | Member Index | Tutorial

tcp Class Reference

The tcp class contains the flags necessary to use TCP sockets. More...

List of all members.

Public Types

typedef socket_option::flag<
IPPROTO_TCP, TCP_NODELAY > 
no_delay
 Socket option for disabling the Nagle algorithm.


Detailed Description

The tcp class contains the flags necessary to use TCP sockets.


Member Typedef Documentation

typedef socket_option::flag<IPPROTO_TCP, TCP_NODELAY> no_delay
 

Socket option for disabling the Nagle algorithm.