i Tcp Socket
Properties
Functions
Link copied to clipboard
Reads all available bytes to dst buffer and returns immediately or suspends if no bytes available @return number of bytes were read or -1 if the channel has been closed
Link copied to clipboard
Writes all src bytes and suspends until all bytes written. Causes flush if buffer filled up or when autoFlush Crashes if channel get closed while writing
Link copied to clipboard