mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-12 08:06:35 -07:00
Version 0.4.3 (the real one): fix Gentoo ip config failures and crashes
This version fixes problems with locating the 'ip' command on Gentoo and possibly other Linux systems, and a problem that could cause a crash if EthernetTap was unable to locate one of the commands it invokes to configure IP information on tap devices. The code also now builds on Windows. It doesn't run yet, but it's a step. Windows port is in full swing. Finally, the multicast rate limit defaults were raised a little. More testing is needed here, and real world measurments.
This commit is contained in:
parent
4ce88d7f72
commit
fc18334dbb
3 changed files with 42 additions and 4 deletions
|
@ -135,6 +135,15 @@ public:
|
|||
return allow;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Current balance
|
||||
*/
|
||||
inline double balance() const
|
||||
throw()
|
||||
{
|
||||
return _balance;
|
||||
}
|
||||
|
||||
private:
|
||||
double _lastTime;
|
||||
double _balance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue