Difference for main/ip_base.h from version 1.6 to 1.7


version 1.6 version 1.7
Line 300
 
Line 300
   
 //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)
   

Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7