Refactor: Moved network protocol implementation to de::Socket
The revised network protocol that supports deflated message payloadswas moved to libdeng2's de::Socket class.
Also cleaned up the implementation of de::Socket and removed thenow-unnecessary internal Doorman class (running under QApplication).
View differences
Refactor: Moved network protocol implementation to de::Socket
The revised network protocol that supports deflated message payloads
was moved to libdeng2's de::Socket class.
Also cleaned up the implementation of de::Socket and removed the
now-unnecessary internal Doorman class (running under QApplication).