Fix: relay_recv_metadata does not check for partial write
[lttng-tools.git] / src / common / defaults.h
index e0f4438c80ea9a2637ec8396c2ddfae9bf68e5c0..fabcf085204227d04333d6e51ddf6292b2c1c4b1 100644 (file)
  */
 #define DEFAULT_INET_TCP_TIMEOUT                       180     /* sec */
 
+/* Maximum payload size for a control connection */
+
+#define DEFAULT_NETWORK_RELAYD_CTRL_MAX_PAYLOAD_SIZE CONFIG_DEFAULT_NETWORK_RELAYD_CTRL_MAX_PAYLOAD_SIZE
+
 /*
  * Default receiving and sending timeout for an application socket.
  */
This page took 0.026319 seconds and 5 git commands to generate.