tidying
[exim.git] / src / src / ip.c
index 108c21d92659edb4ec4a4b4a9b299d28e79ad020..bf332b160f25458ae43e71591d991cf858227c57 100644 (file)
@@ -531,6 +531,10 @@ if (connect(sock, (struct sockaddr *) &server, sizeof(server)) < 0)
 return sock;
 }
 
+/* spec is either an absolute path (with a leading /), or
+a host (name or IP) and port (whitespace-separated).
+The port can be a range, dash-separated, or a single number.
+*/
 int
 ip_streamsocket(const uschar * spec, uschar ** errstr, int tmo)
 {