Cerberus X Documentation

Module brl.tcpstream

A tcp stream represents a synchronous tcp connection to a host on the internet. More...

Declarations

Imports
brl.socket
brl.stream Streams are used to read or write data in a sequential manner.
Imported By
brl
Please note that only documented modules are listed here, there might be undocumented modules that import this one.
Classes
TcpStream A tcp stream represents a synchronous tcp connection to a host on the internet.

Detailed Discussion

A tcp stream represents a synchronous tcp connection to a host on the internet.

Please see the TcpStream class reference for more information.

Tcp streams are only currently supported on the android, ios, win8, glfw and stdcpp targets.