src/Network/Endpoint.hh
changeset 400 d64bf28c4340
parent 399 c7295b72731a
--- a/src/Network/Endpoint.hh	Fri Jan 16 21:24:45 2009 +0200
+++ b/src/Network/Endpoint.hh	Fri Jan 16 22:03:49 2009 +0200
@@ -31,6 +31,8 @@
  * It may be of value to note that the hostname/service is only interpreted by the get_addrinfo() method, which means
  * that invalid/non-existant hostnames/services will only raise an error once the NetworkEndpoint is passed to
  * NetworkSocket.
+ *
+ * All DNS lookups are blocking.
  */ 
 class NetworkEndpoint {
     protected: