From e2f36ce1b91afb2b81ff847b57efe8ecedc592ef Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 20 Oct 2009 23:04:29 +0000 Subject: [PATCH] Made spec more clear --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403261 --- dlib/sockets/sockets_kernel_abstract.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dlib/sockets/sockets_kernel_abstract.h b/dlib/sockets/sockets_kernel_abstract.h index 80eadbce4..ae14a52a5 100644 --- a/dlib/sockets/sockets_kernel_abstract.h +++ b/dlib/sockets/sockets_kernel_abstract.h @@ -13,7 +13,10 @@ namespace dlib /*! GENERAL COMMENTS: - Nothing in here will throw exceptions + Nothing in here will throw exceptions. + + All ip address strings in this file refer to IPv4 addresses. For + example "192.168.1.1" Timeouts: All timeout values are measured in milliseconds but you are not