Files
bitchx/source
Kevin Easton 32e5a0f281 Retry the initial server connection the correct number of times
The previous code relied on server[i].retries being equal to one less than the
number of connection attempts that had been made on entry to advance_server(), but
this was false for the initial connection attempt.

Change the code instead so that on entry to advance_server(), server[i].retries is
always the number of previous connection attempts that have been made.  This does the
right thing for initial connection attempts since .retries starts at zero.
2019-01-21 17:01:20 +11:00
..
2018-11-30 13:17:27 +11:00
2017-06-28 00:03:09 +10:00
2018-12-12 00:16:56 +11:00
2018-12-12 00:22:59 +11:00
2017-05-10 23:41:32 +10:00
2018-05-07 17:14:49 +10:00
2017-07-11 19:01:09 +10:00
2018-11-11 01:27:09 +11:00
2017-11-24 17:29:51 +11:00