aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/transport/gnunet-nat-server-windows.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/transport/gnunet-nat-server-windows.c b/src/transport/gnunet-nat-server-windows.c
index 4c613c0c5..7319f393f 100644
--- a/src/transport/gnunet-nat-server-windows.c
+++ b/src/transport/gnunet-nat-server-windows.c
@@ -57,6 +57,9 @@
57typedef unsigned int uid_t; 57typedef unsigned int uid_t;
58typedef SOCKET Socket; 58typedef SOCKET Socket;
59typedef unsigned short ushort; 59typedef unsigned short ushort;
60#define IPDEFTTL 64
61#define ICMP_ECHO 8
62#define ICMP_TIME_EXCEEDED 11 /* Time Exceeded
60 63
61/** 64/**
62 * Must match IP given in the client. 65 * Must match IP given in the client.