File diff r25247:ac01ac3a49c2 → r25248:b859cebb80a5
src/network/core/packet.h
Show inline comments
 
@@ -77,6 +77,7 @@ public:
 
	/* Reading/receiving of packets */
 
	bool HasPacketSizeData() const;
 
	bool ParsePacketSize();
 
	size_t Size() const;
 
	void PrepareToRead();
 

	
 
	bool   CanReadFromPacket(size_t bytes_to_read, bool close_connection = false);