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
It is not clear what: Unexpected server exit code 127. means ping Scenarios: loopback Connection: Socket(6/AF_INET/SOCK_DGRAM/0) [3.760 client 5476] socket(AF_INET, SOCK_DGRAM, 0) = 6 [3.765 client 5476] connect(6, <sockaddr_in sin_family=2, sin_port=1025, sin_addr=127.0.0.1>, 16) = 0 [3.776 client 5476] close(6) = 0 Unexpected server exit code 127.
It could be translated to some better string in cases of known ret code like that (killed after timeout, or similar)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is not clear what: Unexpected server exit code 127. means
ping
Scenarios:
loopback
Connection: Socket(6/AF_INET/SOCK_DGRAM/0)
[3.760 client 5476] socket(AF_INET, SOCK_DGRAM, 0) = 6
[3.765 client 5476] connect(6, <sockaddr_in sin_family=2, sin_port=1025, sin_addr=127.0.0.1>, 16) = 0
[3.776 client 5476] close(6) = 0
Unexpected server exit code 127.
It could be translated to some better string in cases of known ret code like that (killed after timeout, or similar)
The text was updated successfully, but these errors were encountered: