network plugin: Increase default buffer size to 1452.
[collectd.git] / src / network.c
index 73e6d92..9ca2eee 100644 (file)
@@ -258,7 +258,7 @@ typedef struct receive_list_entry_s receive_list_entry_t;
  * Private variables
  */
 static int network_config_ttl = 0;
-static size_t network_config_packet_size = 1024;
+static size_t network_config_packet_size = 1452;
 static int network_config_forward = 0;
 static int network_config_stats = 0;