X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fnetwork.h;h=2df989b3bcf3ba4980d5d712bf1b20ae1d598ae0;hb=c9596f6cf39a128c10764c3091e6a28186be2303;hp=aa3d3fcd03d3a85e040137efbf0b652eddeeefa5;hpb=a2ba56ac2dcf2b8f42bff9c047eb8e1daa3dfda7;p=collectd.git diff --git a/src/network.h b/src/network.h index aa3d3fcd..2df989b3 100644 --- a/src/network.h +++ b/src/network.h @@ -1,6 +1,6 @@ /** * collectd - src/network.h - * Copyright (C) 2006 Florian octo Forster + * Copyright (C) 2005,2006 Florian octo Forster * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -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);