Significant simplification to path logic.
This commit is contained in:
parent
645bf4a764
commit
139c4b5633
6 changed files with 184 additions and 268 deletions
|
@ -289,7 +289,7 @@
|
|||
#define ZT_PEER_PING_PERIOD 60000
|
||||
|
||||
/**
|
||||
* Paths are considered expired if they have not produced a real packet in this long
|
||||
* Paths are considered expired if they have not sent us a real packet in this long
|
||||
*/
|
||||
#define ZT_PEER_PATH_EXPIRATION ((ZT_PEER_PING_PERIOD * 4) + 3000)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue