librcd icon indicating copy to clipboard operation
librcd copied to clipboard

Add high level tcp connection establish function that takes host, port and support for A record redundancy

Open hnsl opened this issue 11 years ago • 1 comments

Suggested name: rio_tcp_establish(). It should take a host name and a port. The host name is resolved to a list of A records. It should try to connect to each A record in order (randomly) until all records have been exhausted. The function should not return unless a tcp connection has been established (using rio_tcp_conn_wait).

hnsl avatar Nov 11 '14 06:11 hnsl

Issue #15 is related.

hnsl avatar Nov 11 '14 06:11 hnsl