summaryrefslogtreecommitdiff
path: root/agent/pseudotcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/pseudotcp.h')
-rw-r--r--agent/pseudotcp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/agent/pseudotcp.h b/agent/pseudotcp.h
index e7c8eaa..687c459 100644
--- a/agent/pseudotcp.h
+++ b/agent/pseudotcp.h
@@ -78,6 +78,14 @@
#ifndef ECONNRESET
# define ECONNRESET WSAECONNRESET
#endif
+
+#ifndef EMSGSIZE
+# define EMSGSIZE WSAEMSGSIZE
+#endif
+
+#ifndef ETIMEDOUT
+# define ETIMEDOUT WSAETIMEDOUT
+#endif
#endif
#endif