Fix datagram SPTPS.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 21 Jan 2013 12:47:46 +0000 (13:47 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 21 Jan 2013 12:47:46 +0000 (13:47 +0100)
commit3a039ece25198c87e67950f0c4687587bf268075
treedbd2efc77f6f4a01884611ad6c2490cac451553a
parentcc3c69c892b0dad9a6ece0a0f4ccd429a22fcbff
Fix datagram SPTPS.

Commit dd07c9fc1f37bed8d1f67ffe7b203f61e7914edf broke the reception of datagram
SPTPS packets, by undoing the conversion of the sequence number to host byte
order before comparison. This caused error messages like "Packet is 16777215
seqs in the future, dropped (1)".
src/sptps.c