Am 02.03.2017 um 22:43 hat Markus Armbruster geschrieben:
> sd_parse_uri() builds a string from host and port parts for
> inet_connect().  inet_connect() parses it into host, port and options.
> Whether this gets exactly the same host, port and no options for all
> inputs is not obvious.
> 
> Cut out the string middleman and build a SocketAddress for
> socket_connect() instead.
> 
> Signed-off-by: Markus Armbruster <[email protected]>

Reviewed-by: Kevin Wolf <[email protected]>

Reply via email to