CSP Server Account
CSP Server account allows you to accept connections from other SMS Studio applications through CSP protocol.
This type of account is specifically designed for connecting CodeSegment applications.
CSP Server Connection Dialog
See Connection Dialog for description of the Connection, Account and Statistics tabs.
Settings tab
- Listen port specifies the port number on which the application will listen for the incoming connections.
- Local IP address lets you specify the local IP address SMS
Studio will use when creating the connection. This setting is useful if you
need to select the network adapter to be used by this connection, or if your
network adapter is using several IP addresses. In most cases, there is no need
to change this setting (i.e. it should be set to 0.0.0.0).
- Client IP address lets you specify the IP address of the client computer.
- Client IP address mask lets you specify the mask used to check if the client IP address is allowed.
For example: if the client IP address is set to 192.168.0.0 and the mask is set to 255.255.255.0, then this connection will accept an incoming connection from a client only if its actual IP address is in the range from 192.168.0.0 through
192.168.0.255.
- Client user name lets you specify the user name of the client.
- Client password lets you specify the password of the client.
- Encrypt communication to secure data specifies whether the communication with CSP client should be encrypted.
- Maximum sending rate specifies the maximum rate (in messages per second) at which the application will send messages. The application will never send messages faster than this rate. Note that you may enter a decimal value in this
field.
- Maximum receiving rate specifies the maximum rate (in messages per second) at which the messages can be received from the client. If this rate is reached, the incoming messages will be rejected until the current rate drops below
this value. After accepting connection from the CSP client, the client will be informed about this rate and will use it as its own maximum sending rate. The client application will never send messages faster than this rate. Note that you may enter a
decimal value in this field.
Related topics
CSP Account