grobian / carbon-c-relay

Enhanced C implementation of Carbon relay, aggregator and rewriter
Apache License 2.0
380 stars 107 forks source link

Fix server cmp #407

Closed msaf1980 closed 2 years ago

grobian commented 2 years ago

Do you have a test-case for this? Port and protocol should be checked (based on saddr), so I don't expect this to be necessary at all.

grobian commented 2 years ago

This should never be necessary, IP-addresses are compared via saddr struct, the case when it is absent, ip contains (misuse/reuse/misleading) the UNIX socket path.