Implements #89 PNG chunking
Compare changes
- Nicolas Pope authored
+ 16
− 2
@@ -30,6 +30,7 @@
@@ -41,6 +42,7 @@ using std::chrono::seconds;
@@ -83,6 +85,9 @@ static SOCKET tcpConnect(URI &uri) {
@@ -163,6 +168,9 @@ Peer::Peer(SOCKET s, Universe *u, Dispatcher *d) : sock_(s), can_reconnect_(fals
@@ -585,10 +593,16 @@ int Peer::_send() {