dotstack API Reference
1.10.37
|
This module describes parameters used to configure SDP. More...
Macros | |
#define | SDP_MAX_PDU_BUFFERS |
Maximum number of SDP server PDU buffers. More... | |
#define | SDP_MAX_SEARCH_RESULT_LEN |
Maximum number of service records to find. More... | |
#define | SDP_MAX_ATTRIBUTE_RESULT_LEN |
Maximum number of attributes to find. More... | |
This module describes parameters used to configure SDP.
dotstack is customized using a configuration file. The configuration file tailors the dotstack to the application being built. It has to have the structure shown below.
#define SDP_MAX_ATTRIBUTE_RESULT_LEN |
Maximum number of attributes to find.
This parameter defines the maximum number of attributes withing a service record the SDP server will return to the client.
#define SDP_MAX_PDU_BUFFERS |
Maximum number of SDP server PDU buffers.
This parameter defines the maximum number of responses the SDP server can send at the same time.
#define SDP_MAX_SEARCH_RESULT_LEN |
Maximum number of service records to find.
This parameter defines the maximum number of service records the SDP server will return to the client.