qmsk/net/socket/__init__.py
changeset 26 d8a71a675862
parent 24 f18b5787c46c
child 27 12468e38227e
--- a/qmsk/net/socket/__init__.py	Tue Aug 18 23:02:56 2009 +0300
+++ b/qmsk/net/socket/__init__.py	Wed Aug 19 00:12:07 2009 +0300
@@ -1,5 +1,6 @@
 """
-    The low-level OS Socket API and related functionality, covering the Internet layer.
+    The low-level OS Socket API and related functionality, covering the Network layer. This includes network addresses
+    and hostname resolving.
 
     All functionality provided here aims to be a thin wrapper around the native system API, so for the most part, methods
     map directly to *one* syscall/libc call.