This integrates the new resolve hook into the UDP sender; exploiting the
invariant that the 'port' of sender_command_data structure is now always set.
It further reuses the new resolve_target() function for the pre-configured
sender targets. This is necessary to unify the syntax (otherwise the
server.conf would have to be limited to IP-addresses only), and allows to
use hostnames in the server configuration file.
The worst case that can here be anticipated is that unresolvable targets are
specified in server.conf. In this case the server hangs for circa 20 seconds
per unresolvable target, and then concludes with error messages such as:
(8355) init_vss_task: initializing udp sender
...
(8355) udp_add_target: adding to target list (10.0.0.2:8000)
(8355) makesock: can not resolve UDP address funzt.net#8000: Name or service not known.
(8355) udp_init_target_list: not adding requested target 'funzt.net'
(8355) makesock: can not resolve UDP address funzt.also.net#8000: Name or service not known.
(8355) udp_init_target_list: not adding requested target 'funzt.also.net'
(8355) udp_send_init: udp sender init complete