| 81 + } |
81 + } |
| 82 + |
82 + |
| 83 StunServerInfo info; |
83 StunServerInfo info; |
| 84 bool ok = stunInitServer(info, myAddr, altAddr, myMediaPort, verbose); |
84 bool ok = stunInitServer(info, myAddr, altAddr, myMediaPort, verbose); |
| 85 |
85 |
| |
86 Index: stun.cxx |
| |
87 diff -Nau stund.orig/stun.cxx stund/stun.cxx |
| |
88 --- stun.cxx.orig 2005-08-14 02:39:03.000000000 +0200 |
| |
89 +++ stun.cxx 2009-01-09 00:23:08.069498590 +0100 |
| |
90 @@ -16,6 +16,7 @@ |
| |
91 #include <string.h> |
| |
92 #include <sys/ioctl.h> |
| |
93 #include <sys/socket.h> |
| |
94 +#include <sys/sockio.h> |
| |
95 #include <sys/time.h> |
| |
96 #include <sys/types.h> |
| |
97 #include <arpa/inet.h> |