This is an old revision of the document!
3 Parameters specifying connection between FastPCRF and FastDPI
| Parameter | Value | Default value | Description |
|---|---|---|---|
| auth_server_dev | interface name | no | It specifies the interface name, for example eth0 that would be used to listen to the port for incoming connections with FastPDI. If the parameter is not specified, the port will be listened on all available interfaces. |
| auth_server_port | number | 29002 | The port number used to listen for incoming connections. |
| auth_server_max_connection | number | 16 | The maximum number of incoming connections. The maximum value is 16. It is equivalent to the number of fastdpi servers served by the given FastPCRF server. |
Was this information helpful?