added server-based ip determination as a fallback to existing methods. Forced Dht publishing as soon as an external ip is known

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1109 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-04-03 09:21:20 +00:00
parent db74c9ef58
commit e23bd13bc9
4 changed files with 22 additions and 2 deletions

View file

@ -40,10 +40,11 @@
#include <netinet/in.h>
#else
#include <stdint.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#include <stdio.h>
#include <stdint.h>
// #include <stdint.h>
typedef int socklen_t;
#endif