Vidalia 0.2.10
Defines

PortValidator.cpp File Reference

#include "PortValidator.h"

Go to the source code of this file.

Defines

#define MIN_PORT   1
#define MAX_PORT   65535
#define MATCH_ALL   "*"

Define Documentation

#define MATCH_ALL   "*"

Matches all ports.

Definition at line 21 of file PortValidator.cpp.

Referenced by PortValidator::validate().

#define MAX_PORT   65535

Maximum valid port.

Definition at line 20 of file PortValidator.cpp.

#define MIN_PORT   1

Minimum valid port.

Definition at line 19 of file PortValidator.cpp.