From: Guus Sliepen Date: Sun, 7 Jun 2015 21:14:48 +0000 (+0200) Subject: Fix receiving SPTPS data in sptps_speed and sptps_test. X-Git-Tag: release-1.1pre12~123 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=a797b4a19235be740c51bcb3bb6ec5de01915f46;hp=a797b4a19235be740c51bcb3bb6ec5de01915f46;p=tinc Fix receiving SPTPS data in sptps_speed and sptps_test. The sptps_receive_data() was changed in commit d237efd to only process one SPTPS record from a stream input. So now we have to put a loop around it to ensure we process everything. ---