package
0.0.0-20250127165406-a43b8234321f
Repository: https://github.com/gordian-engine/gordian.git
Documentation: pkg.go.dev
# Constants
FeedbackAccepted indicates that the input was valid and that the message should continue to propagate.
FeedbackIgnored indicates that the input was invalid; although we are not going to propagate this message, in contrast to FeedbackRejected, we will not penalize the sender.
FeedbackRejectAndDisconnect indicates that the input was invalid and appeared to be malicious.
FeedbackRejected indicates that the input was invalid, the message should not be propagated, and the sender should be penalized.
FeedbackUnspecified is the zero value for Feedback.
# Type aliases
Feedback is an indicator sent back to the p2p layer to give feedback about a particular message.