On Thu, 9 Oct 2014 22:09:06 +0200, Richard Cochran wrote:
> Commit ea7a7882 removed the calls to transport_peer(), inadvertently
> substituting them with transport_send(), resulting in PDelay messages
> being sent with an incorrect destination address.
>
> This patch fixes the issue by introducin
Commit ea7a7882 removed the calls to transport_peer(), inadvertently
substituting them with transport_send(), resulting in PDelay messages
being sent with an incorrect destination address.
This patch fixes the issue by introducing peer_prepare_and_send(),
analogous to the port_prepare_and_send() f