summaryrefslogtreecommitdiff
path: root/node/Node.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-03 16:52:53 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-03 16:52:53 -0700
commit6eb9289367a1c8661d38895558b0f01eac0ddd5e (patch)
tree32b239f50c446a52ab97de32f60708819f6078bc /node/Node.cpp
parentee0f56355bd7b1d2798a750fb02a975b526dd9cf (diff)
downloadinfinitytier-6eb9289367a1c8661d38895558b0f01eac0ddd5e.tar.gz
infinitytier-6eb9289367a1c8661d38895558b0f01eac0ddd5e.zip
Bunch more cleanup, improvements to NAT traversal logic, finished updating Switch.
Diffstat (limited to 'node/Node.cpp')
-rw-r--r--node/Node.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node/Node.cpp b/node/Node.cpp
index 370e35d6..4297a2ec 100644
--- a/node/Node.cpp
+++ b/node/Node.cpp
@@ -95,7 +95,7 @@ Node::~Node()
ZT1_ResultCode Node::processWirePacket(
uint64_t now,
const struct sockaddr_storage *remoteAddress,
- int linkDesperation,
+ unsigned int linkDesperation,
const void *packetData,
unsigned int packetLength,
uint64_t *nextCallDeadline)
@@ -207,7 +207,7 @@ enum ZT1_ResultCode ZT1_Node_processWirePacket(
ZT1_Node *node,
uint64_t now,
const struct sockaddr_storage *remoteAddress,
- int linkDesperation,
+ unsigned int linkDesperation,
const void *packetData,
unsigned int packetLength,
uint64_t *nextCallDeadline)