Loic Blot 1fe4256462 Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>.
Because we get a Buffer<u8> from ConnectionEvent, don't convert it to SharedBuffer<u8> and return it to Server/Client::Receive which will convert it to NetworkPacket
Instead, put the Buffer<u8> directly to NetworkPacket and return it to packet processing
This remove a long existing memory copy
Also check the packet size directly into Connection::Receive instead of packet processing
2015-03-31 11:01:08 +02:00
..
2015-03-27 15:00:48 -04:00
2015-03-27 15:00:48 -04:00
2015-03-27 15:00:48 -04:00
2015-02-17 15:07:05 +01:00
2014-08-22 22:03:08 +02:00
2015-03-04 23:53:58 +00:00
2015-03-04 23:53:58 +00:00
2015-03-07 13:27:43 +01:00
2014-06-09 08:18:33 +02:00
2015-03-27 15:00:48 -04:00
2015-03-29 22:27:01 +10:00
2015-03-31 16:24:25 +10:00
2015-03-27 15:16:41 -04:00
2014-11-30 17:50:09 +01:00
2015-03-27 15:00:48 -04:00
2014-11-19 16:21:59 -05:00
2015-03-27 22:10:08 -04:00
2015-03-25 02:30:17 +10:00
2015-03-27 15:00:48 -04:00
2014-01-13 18:11:08 -05:00
2015-03-27 15:00:48 -04:00
2014-11-30 18:06:54 +01:00
2014-06-29 18:17:56 +02:00
2014-12-31 02:44:31 +10:00
2014-12-31 02:44:31 +10:00
2015-03-27 15:00:48 -04:00
2014-06-29 18:17:56 +02:00
2015-03-07 20:04:01 -05:00
2014-11-19 16:21:59 -05:00
2014-11-19 16:21:59 -05:00
2014-11-19 16:21:59 -05:00
2014-09-20 14:02:54 -04:00
2015-03-27 15:00:48 -04:00
2015-01-23 21:38:34 +10:00
2014-06-15 05:40:33 +02:00
2014-07-02 16:48:11 +02:00
2015-03-27 15:00:48 -04:00
2015-03-27 15:00:48 -04:00