Vidalia
0.2.17
|
#include "PortValidator.h"
Go to the source code of this file.
Defines | |
#define | MIN_PORT 1 |
#define | MAX_PORT 65535 |
#define | MATCH_ALL "*" |
#define MATCH_ALL "*" |
Matches all ports.
Definition at line 20 of file PortValidator.cpp.
Referenced by PortValidator::validate().
#define MAX_PORT 65535 |
Maximum valid port.
Definition at line 19 of file PortValidator.cpp.
#define MIN_PORT 1 |
Minimum valid port.
Definition at line 18 of file PortValidator.cpp.