BMP TCP Parser
The BMP parser accepts BMP connections from router packets using a TCP Listener.
Configuration and use
| Parameter | Description | Default | 
|---|---|---|
| dnsLookupsEnabled | Enable or disable DNS resolution of router and peer hostnames. | true | 
| bulkhead.maxConcurrentCalls | Limit the number of parallel parsing operations. | 1000 | 
| bulkhead.maxWaitDurationMs | Limit the amount of time to wait for a saturated bulkhead (in milliseconds). | 5 minutes |