We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should name which connection timed out here. It isn't easy from the logs to determine which connection was dropped.
receptor/pkg/netceptor/netceptor.go
Line 780 in 8d5dcca
Easiest way to hit this error message is to drop traffic, e.g. if I have 2 local nodes, connected on tcp port 2222
sudo ip6tables -D INPUT -p tcp -s localhost -d localhost --dport 2222 -j DROP
same with this line
Line 909 in 8d5dcca
we should list the connection name
The text was updated successfully, but these errors were encountered:
matoval
No branches or pull requests
We should name which connection timed out here. It isn't easy from the logs to determine which connection was dropped.
receptor/pkg/netceptor/netceptor.go
Line 780 in 8d5dcca
Easiest way to hit this error message is to drop traffic, e.g. if I have 2 local nodes, connected on tcp port 2222
sudo ip6tables -D INPUT -p tcp -s localhost -d localhost --dport 2222 -j DROP
same with this line
receptor/pkg/netceptor/netceptor.go
Line 909 in 8d5dcca
we should list the connection name
The text was updated successfully, but these errors were encountered: