maxBytesOnTheWire top-level constant

int const maxBytesOnTheWire

The maximum amount of data that can be sent to the remote host without receiving an acknowledgement.

Implementation

const maxBytesOnTheWire = chunkSize * 64;