mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-03 03:36:58 -04:00
use random port >=1024 (patch from sehraf)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8217 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0f84059fe6
commit
a126461beb
2 changed files with 2 additions and 1 deletions
|
@ -43,6 +43,7 @@
|
|||
|
||||
|
||||
#define PQI_MIN_PORT 10 // TO ALLOW USERS TO HAVE PORT 80! - was 1024
|
||||
#define PQI_MIN_PORT_RNG 1024
|
||||
#define PQI_MAX_PORT 65535
|
||||
#define PQI_DEFAULT_PORT 7812
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue