How to configure BSD sockets.
How to configure BSD sockets.
BSD Socket Configuration File
The BSD sockets configuration file Net_Config_BSD.h contains the following settings:
- Number of BSD Sockets specifies the number of available BSD sockets. This number specifies the maximum number of simultaneously opened connections.
- Number of Streaming Server Sockets specifies the number of streaming (TCP) server sockets. The server sockets listen for an incoming connection from the client.
- Receive Timeout in seconds is the timeout, after which the receiving socket returns from blocking mode.
- The Hostname Resolver switch enables or disables the Berkeley style hostname resolver.