Interface Options

Hierarchy

  • Options

Properties

keepAlive?: number | false

How often to send IDLE packets if nothing else was sent, in milliseconds. Set false or zero to disable keep-alive.

Default

60000
mtu?: number

Administrative MTU. The lesser of this MTU and the transport's reported MTU is used for fragmentation.

Default

Infinity
reassemblerCapacity?: number

Maximum number of partial packets kept in the reassembler.

Default

16

Generated using TypeDoc