View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009253 | GNUnet | transport service | public | 2024-10-07 15:31 | 2024-11-14 09:46 |
Reporter | thejackimonster | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | Git master | ||||
Target Version | 0.24.0 | ||||
Summary | 0009253: udp-communicator is talking to itself | ||||
Description | Something I noticed while looking through traffic with Wireshark to search for multicast discovery packets... there's a lot of traffic from the udp communicator going from [::1]:2086 to [::1]:2086 (essentially sending to its own port). I assume this is related to hello strings containing localhost addresses (which might make sense in case multiple peers run on the same machine, I guess). But I assume we should filter out the requests towards different peers in case their target is part of the sources own hello string? | ||||
Steps To Reproduce | - wireshark (with filter: "ipv6 && udp.port == 2086 && ipv6.host == ::1") - gnunet-arm -s | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-10-07 15:31 | thejackimonster | New Issue | |
2024-10-10 10:22 | schanzen | Target Version | 1.0.0 => 0.22.2 |
2024-10-11 11:15 | schanzen | Relationship added | related to 0003896 |
2024-10-11 11:15 | schanzen | Note Added: 0023514 | |
2024-10-11 11:15 | schanzen | Note Edited: 0023514 | |
2024-10-29 13:08 | schanzen | Target Version | 0.22.2 => 0.23.0 |
2024-11-14 09:46 | schanzen | Target Version | 0.23.0 => 0.24.0 |