|
|
@ -937,7 +937,7 @@ private: |
|
|
|
unsigned char chRejectCode; |
|
|
|
unsigned char chRejectCode; |
|
|
|
bool corruptionPossible; |
|
|
|
bool corruptionPossible; |
|
|
|
public: |
|
|
|
public: |
|
|
|
CValidationState() : mode(MODE_VALID), nDoS(0) {} |
|
|
|
CValidationState() : mode(MODE_VALID), nDoS(0), corruptionPossible(false) {} |
|
|
|
bool DoS(int level, bool ret = false, |
|
|
|
bool DoS(int level, bool ret = false, |
|
|
|
unsigned char chRejectCodeIn=0, std::string strRejectReasonIn="", |
|
|
|
unsigned char chRejectCodeIn=0, std::string strRejectReasonIn="", |
|
|
|
bool corruptionIn=false) { |
|
|
|
bool corruptionIn=false) { |
|
|
|