|
|
@@ -71,13 +71,6 @@ typedef unsigned short in_port_t;
|
|
|
*/
|
|
|
#define OPENER_CIP_NUM_LISTEN_ONLY_CONNS_PER_CON_PATH 3
|
|
|
|
|
|
-/** @brief The number of bytes used for the buffer that will be used for generating any
|
|
|
- * reply data of messages. There are two uses in OpENer:
|
|
|
- * 1. Explicit messages will use this buffer to store the data generated by the request
|
|
|
- * 2. I/O Connections will use this buffer for the produced data
|
|
|
- */
|
|
|
-#define OPENER_MESSAGE_DATA_REPLY_BUFFER 100
|
|
|
-
|
|
|
/** @brief Number of sessions that can be handled at the same time
|
|
|
*/
|
|
|
#define OPENER_NUMBER_OF_SUPPORTED_SESSIONS 20
|