From: Guus Sliepen Date: Sun, 22 May 2011 10:56:51 +0000 (+0200) Subject: Compact input buffer before trying to read instead of after. X-Git-Tag: release-1.1pre1~50 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=90c7fafe594cf6d03c15a072a3d749f3e4d78482;hp=90c7fafe594cf6d03c15a072a3d749f3e4d78482;p=tinc Compact input buffer before trying to read instead of after. Also log an error when the input buffer contains more than MAXBUFSIZE bytes already, instead of silently claiming the other side closed the connection. ---