From: Roy Marples Date: Thu, 10 Jul 2008 13:07:51 +0000 (+0000) Subject: Tweak define comments. X-Git-Tag: v4.0.2~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60aa832d5c0655732c9ca4865fd6bd500dfbfae0;p=thirdparty%2Fdhcpcd.git Tweak define comments. --- diff --git a/client.c b/client.c index 506e1d91..0a5d9f82 100644 --- a/client.c +++ b/client.c @@ -76,8 +76,7 @@ #define STATE_PROBING 8 #define STATE_ANNOUNCING 9 -/* Constants taken from RFC 2131. - * We multiply some numbers by 1000 so they are suitable for use in poll(). */ +/* Constants taken from RFC 2131. */ #define T1 0.5 #define T2 0.875 #define DHCP_BASE 4 @@ -91,8 +90,7 @@ #define SOCKET_CLOSED 0 #define SOCKET_OPEN 1 -/* These are really for IPV4LL, RFC 3927. - * We multiply some numbers by 1000 so they are suitable for use in poll(). */ +/* These are for IPV4LL, RFC 3927. */ #define PROBE_WAIT 1 #define PROBE_NUM 3 #define PROBE_MIN 1