namespace: ashet.network.tcp
System Calls
syscall create_socket(out socket: TcpSocket)Creates a new TCP socket.
Asynchronous Operations
async_call Bind(in socket: TcpSocket, in bind_point: network.EndPoint, out bound_endpoint: network.EndPoint)async_call Connect(in socket: TcpSocket, in target: network.EndPoint)