TcpConnection.h File Reference
#include <Network/IpConnection.h>
#include <Network/Ssl/Session.h>
#include <lwip/tcp.h>
Include dependency graph for TcpConnection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TcpConnection
 

Macros

#define NETWORK_DEBUG
 
#define NETWORK_SEND_BUFFER_SIZE   1024
 

Typedefs

using TcpConnectionDestroyedDelegate = Delegate< void(TcpConnection &)>
 

Enumerations

enum  TcpConnectionEvent { eTCE_Connected = 0, eTCE_Received, eTCE_Sent, eTCE_Poll }