Various Bugfixes:

* Clear discFlags before creating DiscItem packets.
 * Don't call stunStatus/peerStatus if refering to self (p3disc).
 * Expand allowed listen port range.
 * Limit max size of stored StunList.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@357 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-02-26 18:55:16 +00:00
parent b64b88df4a
commit e87b7b75e7
3 changed files with 7 additions and 3 deletions

View file

@ -41,7 +41,7 @@
#define PQI_MIN_PORT 1024
#define PQI_MAX_PORT 16000
#define PQI_MAX_PORT 50000
#define PQI_DEFAULT_PORT 7812
int getPQIsearchId();