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
When I start a C++ server that listens on ::0 with tcp, I get:
::0
-- 01/26/25 14:51:08.853 ./server: Network: listening for tcp connections local address = :::4061 local interfaces = 127.0.0.1, ::1, 192.168.1.93 -- 01/26/25 14:51:08.854 ./server: Network: published endpoints for object adapter 'GreeterAdapter': tcp -h studio.localdomain -p 4061 -t 60000
That's an Ice.Trace.Network=1 trace.
The local interfaces trace is puzzling. I suspect it's a leftover from the old default for published endpoints.
We should also print the local address (port 4061 on the IPv6 wildcard address) as ::0:0.
::0:0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I start a C++ server that listens on
::0
with tcp, I get:That's an Ice.Trace.Network=1 trace.
The local interfaces trace is puzzling. I suspect it's a leftover from the old default for published endpoints.
We should also print the local address (port 4061 on the IPv6 wildcard address) as
::0:0
.The text was updated successfully, but these errors were encountered: