Documentation ¶
Overview ¶
Trace package facilitates the recording of trace events which allow us to follow a request right the way through the H2 platform
Trace package facilitates the recording of trace events which allow us to follow a request right the way through the H2 platform
Index ¶
Constants ¶
View Source
const ( // Decreased from g2s limit of 64KB which seems a bit optimistic // If this size is a problem it could probably be increased // from 512B as its being sent to localhost MAX_PACKET_SIZE = 512 - 8 - 20 // 8-byte UDP header, 20-byte IP header )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.