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