View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001881 | GNUnet | cadet service | public | 2011-11-05 01:02 | 2011-11-30 18:38 |
| Reporter | Bart Polot | Assigned To | Bart Polot | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | Git master | ||||
| Target Version | 0.9.0 | Fixed in Version | 0.9.0 | ||
| Summary | 0001881: Multiple routes cause packet duplication | ||||
| Description | If a relay node is reachable via multiple routes from the origin, it will multicast a packet each time it receives it, usually once per incoming route, sending it to all it's children nodes each time. Example: http://ng.gnunet.org:8010/builders/moep-osx/builds/37/steps/tests%20mesh/logs/stdio | ||||
| Tags | No tags attached. | ||||
|
|
Fixed in r18101 by adding an ID to each multicast packet to avoid resending the packet just seen. It could be improved by having a list of X last messages, or just allowing IDs > seen (potential DoS risk). |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-11-05 01:02 | Bart Polot | New Issue | |
| 2011-11-05 01:02 | Bart Polot | Status | new => assigned |
| 2011-11-05 01:02 | Bart Polot | Assigned To | => Bart Polot |
| 2011-11-10 18:47 | Bart Polot | Note Added: 0004897 | |
| 2011-11-10 18:47 | Bart Polot | Status | assigned => resolved |
| 2011-11-10 18:47 | Bart Polot | Fixed in Version | => Git master |
| 2011-11-10 18:47 | Bart Polot | Resolution | open => fixed |
| 2011-11-15 16:22 | Bart Polot | Fixed in Version | Git master => 0.9.0 |
| 2011-11-15 16:22 | Bart Polot | Target Version | => 0.9.0 |
| 2011-11-30 18:38 | Christian Grothoff | Status | resolved => closed |
| 2014-05-09 18:34 | Christian Grothoff | Category | mesh service => cadet service |