From: Andre Noll Date: Mon, 23 Jul 2012 17:07:07 +0000 (+0200) Subject: Reject non-sideband connections. X-Git-Tag: v0.5.0~10^2~5 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=36ba180901dd97003208ee6c51b0795cf351cb03;hp=36ba180901dd97003208ee6c51b0795cf351cb03;p=paraslash.git Reject non-sideband connections. This makes the client abort the connection if the server does not support sideband. Conversely, the server closes the socket if the client did not request a sideband connection. This breaks compatibility with earlier versions of para_server and para_client but allows to clean up the code considerably. ---