Use the correct originator node when relaying SPTPS UDP packets.
authorEtienne Dechamps <etienne@edechamps.fr>
Sun, 10 May 2015 17:46:47 +0000 (18:46 +0100)
committerEtienne Dechamps <etienne@edechamps.fr>
Sun, 10 May 2015 17:46:47 +0000 (18:46 +0100)
commit8e43a2fc744559956640d3eb9a7a26a945d94fde
treec88b77e0b3d5ae1e1d365aa318935117af0be82f
parent9d223cb7e7f337c6b9707f07e3e9796108a3b597
Use the correct originator node when relaying SPTPS UDP packets.

Currently, when relaying SPTPS UDP packets, the code uses the direct
sender as the originator, instead of preserving the original source ID.

This wouldn't cause any issues in most cases because the originator and
the sender are the same in simple one-hop relay chains, but this will
break as soon as there is more than one relay.
src/net_packet.c