X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fnet%2Fcommunicator.h;fp=source%2Fnet%2Fcommunicator.h;h=e4869b29015ef0cf5146e0bea983506f3c569e4b;hb=c2eeb0da9f5e5de1b8de1bc66a42709e54d504e2;hp=63114fd9ba18cd09caa2124cca6b2119b6e1a7e8;hpb=e509c358e907dcd3c39968c7f2370832670537eb;p=libs%2Fnet.git diff --git a/source/net/communicator.h b/source/net/communicator.h index 63114fd..e4869b2 100644 --- a/source/net/communicator.h +++ b/source/net/communicator.h @@ -35,7 +35,7 @@ private: const Protocol &protocol; ReceiverBase &receiver; int handshake_status; - unsigned buf_size; + std::size_t buf_size; char *in_buf; char *in_begin; char *in_end; @@ -53,7 +53,7 @@ public: void send(const P &); private: - void send_data(unsigned); + void send_data(std::size_t); void data_available(); bool receive_packet(const Protocol &, ReceiverBase &);