Structs§
Constants§
- IANA_
RECOMMEND_ DYNAMIC_ PORT_ RANGE_ END - IANA_
RECOMMEND_ DYNAMIC_ PORT_ RANGE_ START - see more: https://www.rfc-editor.org/rfc/rfc6335.html#section-6
Functions§
- bind_
listen_ to_ free_ port_ in_ range - Bind to any available port within the specified range on
ip
, then return the socket - bind_
tcp_ listener - connect_
tcp_ stream - create_
file_ with_ len - format_
data_ size - Format a value to a human readable byte magnitude description
- get_
free_ port - Bind to port 0 on
ip
, which tells the OS to assign any available port, then retrieve the socket address from the listener. - get_
free_ port_ in_ range - Bind to any available port within the specified range on
ip
, then retrieve the socket address from the listener. - incremental_
rw - read_
server_ cmd - read_
server_ response - read_
server_ response_ with_ buf - Provide your own buffer to allow for buffer reuse
- server_
handshake - Do the basic handshake from the serverside to ensure we’re talking to a QFT client
- verbosity_
to_ args - Converts the verbosity from the config back to the command-line arguments that would produce that verbosity