packetDataSize top-level constant

int const packetDataSize

Maximum over-the-wire size of a Transaction

1280 is IPv6 minimum MTU 40 bytes is the size of the IPv6 header 8 bytes is the size of the fragment header

Implementation

const packetDataSize = 1280 - 40 - 8;