| 18 | } |
| 19 | |
| 20 | static const char *IndexToSystem(int Index) |
| 21 | { |
| 22 | switch(Index) |
| 23 | { |
| 24 | case 0: |
| 25 | return "stun/6"; |
| 26 | case 1: |
| 27 | return "stun/4"; |
| 28 | } |
| 29 | dbg_assert_failed("invalid index %d", Index); |
| 30 | } |
| 31 | |
| 32 | static int RetryWaitSeconds(int NumUnsuccessfulTries) |
| 33 | { |