| version 1.6 | | version 1.7 |
|---|
| | |
| | | |
| //max number of times to try to handshake a host | | //max number of times to try to handshake a host |
| #define IP_MAX_HS_ATTEMPTS 10 | | #define IP_MAX_HS_ATTEMPTS 10 |
| //how often to resend a hand-shake (3 seconds) | | //how often to resend a hand-shake (2 seconds) |
| #define IP_HS_RETRYTIME (F1_0*3) | | #define IP_HS_RETRYTIME (F1_0*2) |
| //how often (max) to search through the resend loop (1 second) | | //how often (max) to search through the resend loop (1 second) |
| #define IP_HS_FRAME_RETRYTIME (F1_0) | | #define IP_HS_FRAME_RETRYTIME (F1_0) |
| | | |