View | Details | Raw Unified | Return to bug 2018
Collapse All | Expand All

(-)a/src/network/model/packet.h (-4 / +3 lines)
 Lines 188-197    Link Here 
188
 * were serialized in the byte buffer. The maintenance of metadata is
188
 * were serialized in the byte buffer. The maintenance of metadata is
189
 * optional and disabled by default. To enable it, you must call
189
 * optional and disabled by default. To enable it, you must call
190
 * Packet::EnablePrinting and this will allow you to get non-empty
190
 * Packet::EnablePrinting and this will allow you to get non-empty
191
 * output from Packet::Print. If you wish to only enable
191
 * output from Packet::Print. If you wish to additionally enable
192
 * checking of metadata, and do not need any printing capability, you can
192
 * checking of metadata for correctness, you can call Packet::EnableChecking.
193
 * call Packet::EnableChecking: its runtime cost is lower than
193
 * Packet::EnableChecking will also enable printing, but not vice versa.
194
 * Packet::EnablePrinting.
195
 *
194
 *
196
 * - The set of tags contain simulation-specific information which cannot
195
 * - The set of tags contain simulation-specific information which cannot
197
 * be stored in the packet byte buffer because the protocol headers or trailers
196
 * be stored in the packet byte buffer because the protocol headers or trailers

Return to bug 2018