Fixed issue with timeouts.
If any of the destinations is offline all other destinations will be waiting for the timeout. Default timeout was 5seconds, now it's 250ms, can be configured with -t CLI param, for example100ms or any other time duration, i.e. 2s, 1m, etc.
Built with Go1.6