mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
fix typos in code
This commit is contained in:
parent
f74a594e98
commit
3b8c33d49a
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ public final class NodeStatus {
|
||||||
/**
|
/**
|
||||||
* 40-bit ZeroTier address of this node
|
* 40-bit ZeroTier address of this node
|
||||||
*/
|
*/
|
||||||
public final long getAddres() {
|
public final long getAddress() {
|
||||||
return address;
|
return address;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -517,7 +517,7 @@
|
||||||
#define ZT_ACK_CUTOFF_LIMIT 128
|
#define ZT_ACK_CUTOFF_LIMIT 128
|
||||||
#define ZT_ACK_DRAINAGE_DIVISOR (1000 / ZT_ACK_CUTOFF_LIMIT)
|
#define ZT_ACK_DRAINAGE_DIVISOR (1000 / ZT_ACK_CUTOFF_LIMIT)
|
||||||
|
|
||||||
#define ZT_BOND_DEFAULT_REFRCTORY_PERIOD 8000
|
#define ZT_BOND_DEFAULT_REFRACTORY_PERIOD 8000
|
||||||
#define ZT_BOND_MAX_REFRACTORY_PERIOD 600000
|
#define ZT_BOND_MAX_REFRACTORY_PERIOD 600000
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue