Skip to content
New issue

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

local interfaces Network trace #3430

Open
bernardnormier opened this issue Jan 26, 2025 · 0 comments
Open

local interfaces Network trace #3430

bernardnormier opened this issue Jan 26, 2025 · 0 comments
Labels
Milestone

Comments

@bernardnormier
Copy link
Member

When I start a C++ server that listens on ::0 with tcp, I get:

-- 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.

@bernardnormier bernardnormier added this to the 3.8.0 milestone Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant