set maximum port value to 65535 instead of old arbitrary value of 50000, and warned about system-reserved ports in server settings gui

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4486 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2011-07-23 20:07:06 +00:00
parent 0b890420a0
commit b3052e0208
2 changed files with 9 additions and 3 deletions

View file

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