Don't select the DataStream protocol by default for now
authorManuel Nickschas <sputnick@quassel-irc.org>
Sat, 15 Feb 2014 20:58:46 +0000 (21:58 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 15 Feb 2014 21:01:02 +0000 (22:01 +0100)
commit02cfb595a6b78faf332ddbe2d7b997eb0e0293fb
treeedb28b7a98f9e9e80819efdc835426f2add6d915
parent9c7d754dd853d40ed8d0464762afebf7ec1034e5
Don't select the DataStream protocol by default for now

Until we have streaming compression implemented, using the DataStream
is not such a brilliant idea compared to the legacy protocol which
at least individually compresses messages. Thus, we should not select
the DataStream protocol by default.

Clients wanting to play around with the new protocol are still free to
negotiate this during handshake.
src/common/peerfactory.cpp