summaryrefslogtreecommitdiff
path: root/src/udp.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-04 14:40:45 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-04 14:40:45 +0000
commitb05c2ed42428577ed3b85593a9d862243ed8d4f2 (patch)
treebc2a8d8b5d446a1a62ad6e6157bb350d39e5d5f0 /src/udp.h
parentimproved tap device handling on openbsd (diff)
not sending packet when remote addr is unkown
Diffstat (limited to 'src/udp.h')
-rw-r--r--src/udp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/udp.h b/src/udp.h
index d998b39..b033c5e 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -49,6 +49,7 @@ struct udp_socket_struct {
int fd_;
udp_endpoint_t local_end_;
udp_endpoint_t remote_end_;
+ int remote_end_set_;
};
typedef struct udp_socket_struct udp_socket_t;