mawinkle hace 6 años
padre
commit
c333a9bd04
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      socketio.hpp

+ 1 - 1
socketio.hpp

@@ -14,7 +14,7 @@ private:
 	int sock;
 	std::vector<char> buffer;
 public:
-	const static std::size_t buffersize = 1024;
+	const static std::size_t buffersize = 256;
 	cppsocket(sockaddr_in _serv_addr, int _sock);
 	cppsocket();
 	cppsocket(const std::string& addr, unsigned int PORT);