Implements #89 PNG chunking
Compare changes
+ 11
− 7
@@ -30,6 +30,7 @@
@@ -41,6 +42,7 @@ using std::chrono::seconds;
@@ -83,8 +85,8 @@ static SOCKET tcpConnect(URI &uri) {
@@ -167,8 +169,8 @@ Peer::Peer(SOCKET s, Universe *u, Dispatcher *d) : sock_(s), can_reconnect_(fals
@@ -594,13 +596,15 @@ int Peer::_send() {