diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-04 14:40:45 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-04 14:40:45 +0000 |
commit | b05c2ed42428577ed3b85593a9d862243ed8d4f2 (patch) | |
tree | bc2a8d8b5d446a1a62ad6e6157bb350d39e5d5f0 /src/udp.h | |
parent | improved 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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |