Fixed the TTL option. Changed it's name to `TimeToLive' and made it apply to unicast...
[collectd.git] / src / network.h
index aa3d3fc..374448c 100644 (file)
@@ -54,7 +54,6 @@
 #define NET_DEFAULT_V4_ADDR "239.192.74.66"
 #define NET_DEFAULT_V6_ADDR "ff18::efc0:4a42"
 #define NET_DEFAULT_PORT    "25826"
-#define NET_DEFAULT_MC_TTL  1
 
 int network_create_socket (const char *node, const char *service);
 int network_receive (char **host, char **type, char **instance, char **value);