Skip to content

Corrected ENCAP routing#77

Merged
patrick-irc merged 1 commit into2.12.0from
encap_routing
Mar 22, 2026
Merged

Corrected ENCAP routing#77
patrick-irc merged 1 commit into2.12.0from
encap_routing

Conversation

@patrick-irc
Copy link
Member

@patrick-irc patrick-irc commented Mar 22, 2026

Server1 ---- Hub1 ---- Hub2 ---- ServerX
              |          |   \
              |          |    \
          Server2    Server3    Server4
              |
          Server5

If an ENCAP message is sent from Server1 to ServerX, currently every server receives the message.

With this change it is routed this way:
Server1 -> Hub1 -> Hub2 -> ServerX

Only if wildcards are used, the message will still be broadcasted.

Not urgent because we currently do not use server-to-server ENCAP messages on IRCnet.

@patrick-irc patrick-irc merged commit 0340648 into 2.12.0 Mar 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant