Module: SegmentEmitter

Segment emitter module.
Source:

Methods

(inner) disableReusableSocket()

Forces the segment emitter to create a new socket on send, and close it on complete.
Source:

(inner) getIp()

Get the UDP IP the emitter is configured to.
Source:

(inner) getPort()

Get the UDP port the emitter is configured to.
Source:

(inner) setDaemonAddress(address)

Configures the address and/or port the daemon is expected to be on.
Parameters:
Name Type Description
address string Address of the daemon the segments should be sent to. Should be formatted as an IPv4 address.
Source: