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