Allow explicit UDP port option, confine ports to range 60000..61000

This commit is contained in:
Keith Winstein
2012-03-10 03:34:47 -05:00
parent c96e4956b0
commit df3eec1397
9 changed files with 142 additions and 32 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ using namespace Crypto;
const char rdev[] = "/dev/urandom";
long int myatoi( char *str )
long int myatoi( const char *str )
{
char *end;
+1 -1
View File
@@ -26,7 +26,7 @@
using std::string;
long int myatoi( char *str );
long int myatoi( const char *str );
namespace Crypto {
class CryptoException {