mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-28 18:42:20 -04:00
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:
parent
b64b88df4a
commit
e87b7b75e7
3 changed files with 7 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue