mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
select random port if port not found or specified
This commit is contained in:
parent
f4d6a08d57
commit
9d123fa5ad
2 changed files with 20 additions and 13 deletions
|
@ -186,6 +186,7 @@ namespace garlic
|
|||
bool IsSSU2Only () const; // SSU2 and no SSU
|
||||
bool Load ();
|
||||
void SaveKeys ();
|
||||
uint16_t SelectRandomPort () const;
|
||||
|
||||
bool DecryptECIESTunnelBuildRecord (const uint8_t * encrypted, uint8_t * data, size_t clearTextSize);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue