#include <tcpStream.hpp>
TCP stream
- Author
- Vincent Lachenal
- Since
- 0.1
◆ TcpStream()
anch::network::TcpStream::TcpStream |
( |
const std::string & | ipAddress, |
|
|
uint16_t | port, |
|
|
std::size_t | bufSize = 1500 ) |
TcpStream constructor
- Parameters
-
ipAddress | the IP address |
port | the port number |
bufSize | the buffer size in byte (default = 1500) |
- Exceptions
-
◆ ~TcpStream()
virtual anch::network::TcpStream::~TcpStream |
( |
| ) |
|
|
virtualnoexcept |
◆ _buffer
◆ _socket
The documentation for this class was generated from the following file: