From 62eaf4f7cbb1fb9594f0cb25eb0ea66eb98190a7 Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Sat, 23 Aug 2014 17:34:17 +0200 Subject: [PATCH] [manual] Packet::EnableMetadata doesn't exist anymore --- src/network/doc/packets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/doc/packets.rst b/src/network/doc/packets.rst index 4ad2b4e32..5be7c811e 100644 --- a/src/network/doc/packets.rst +++ b/src/network/doc/packets.rst @@ -37,7 +37,7 @@ One problem that this design choice raises is that it is difficult to pretty-print the packet headers without context. The packet metadata describes the type of the headers and trailers which were serialized in the byte buffer. The maintenance of metadata is optional and disabled by default. To enable it, -you must call Packet::EnableMetadata() and this will allow you to get non-empty +you must call Packet::EnablePrinting() and this will allow you to get non-empty output from Packet::Print and Packet::Print. Also, developers often want to store data in packet objects that is not found