Port multipath improvements to newer version
This commit is contained in:
parent
024649c175
commit
2e6cda38f6
9 changed files with 120 additions and 47 deletions
|
@ -1347,8 +1347,16 @@ typedef struct
|
|||
*/
|
||||
char ifname[ZT_MAX_PHYSIFNAME];
|
||||
|
||||
/**
|
||||
* Pointer to PhySocket object for this path
|
||||
*/
|
||||
uint64_t localSocket;
|
||||
|
||||
/**
|
||||
* Local port corresponding to this path's localSocket
|
||||
*/
|
||||
uint16_t localPort;
|
||||
|
||||
/**
|
||||
* Is path expired?
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue