* [Galene] Turn binding to the ANY Address - even when specified
@ 2025-01-15 11:30 Dirk-Willem van Gulik
2025-01-15 14:03 ` [Galene] " Juliusz Chroboczek
0 siblings, 1 reply; 2+ messages in thread
From: Dirk-Willem van Gulik @ 2025-01-15 11:30 UTC (permalink / raw)
To: galene
When starting galene with an explcit IP Address on a machine with multiple Ip addresses; e.g. with:
./galene -turn 11.123.4.123:1194 ....
netstat/lsof shows that it is still bound to the ANY address:
# lsof -n | grep LISTEN
....
galene 49935 galene 7u IPv4 0xfffff80019daf000 0 TCP *:1194->*:* (LISTEN)
Is this the expected behaviour (i.e. intentional and for a reason) - or a blemish/thing that I should try to fix ?
With kind regards,
Dw.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Galene] Re: Turn binding to the ANY Address - even when specified
2025-01-15 11:30 [Galene] Turn binding to the ANY Address - even when specified Dirk-Willem van Gulik
@ 2025-01-15 14:03 ` Juliusz Chroboczek
0 siblings, 0 replies; 2+ messages in thread
From: Juliusz Chroboczek @ 2025-01-15 14:03 UTC (permalink / raw)
To: Dirk-Willem van Gulik; +Cc: galene
> When starting galene with an explcit IP Address on a machine with multiple Ip addresses; e.g. with:
>
> ./galene -turn 11.123.4.123:1194 ....
>
> netstat/lsof shows that it is still bound to the ANY address:
>
> # lsof -n | grep LISTEN
> ....
> galene 49935 galene 7u IPv4 0xfffff80019daf000 0 TCP *:1194->*:* (LISTEN)
>
> Is this the expected behaviour (i.e. intentional and for a reason) - or
> a blemish/thing that I should try to fix ?
Only the address you specified is advertised to clients, but the server
listens on the wildcard address. This allows us to change the server's
address without tearing down the socket when running with "-turn auto".
It would make the code moderately more complex to change that, so let me
know if it's important for you.
-- Juliusz
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-15 14:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-15 11:30 [Galene] Turn binding to the ANY Address - even when specified Dirk-Willem van Gulik
2025-01-15 14:03 ` [Galene] " Juliusz Chroboczek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox