mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
esrf changes: rx_udpsocksize sets/gets udp socket buffer size to be set, rx_realudpsocksize gets the real udp sock size buffer. At receiver config and at rx_udpsocksize command, dummy udp sockets created to know if set udp sock size fails (if fail, set to previous value), and also to get the real udp sock buffer size
This commit is contained in:
@ -197,7 +197,9 @@ enum networkParameter {
|
||||
CLIENT_STREAMING_PORT, /**< client streaming TCP(ZMQ) port */
|
||||
RECEIVER_STREAMING_SRC_IP,/**< receiever streaming TCP(ZMQ) ip */
|
||||
CLIENT_STREAMING_SRC_IP, /**< client streaming TCP(ZMQ) ip */
|
||||
ADDITIONAL_JSON_HEADER /**< additional json header (ZMQ) */
|
||||
ADDITIONAL_JSON_HEADER, /**< additional json header (ZMQ) */
|
||||
RECEIVER_UDP_SCKT_BUF_SIZE, /**< UDP socket buffer size */
|
||||
RECEIVER_REAL_UDP_SCKT_BUF_SIZE /**< real UDP socket buffer size */
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user