qmsk/net/socket/socket.pyx
changeset 27 12468e38227e
parent 24 f18b5787c46c
child 49 e2f79e68418a
--- a/qmsk/net/socket/socket.pyx	Wed Aug 19 00:12:07 2009 +0300
+++ b/qmsk/net/socket/socket.pyx	Fri Aug 21 00:29:25 2009 +0300
@@ -497,7 +497,8 @@
 
             Returns a (name, iovs, control, flags) tuple :
                 name        - the source address of the message, or None
-                iovs        - sequence of strings containing the recieved data corresponding to the iov_lens
+                iovs        - sequence of buffers containing the recieved data corresponding to the iov_lens.
+                              This may contain fewer buffers than iov_lens if there was insufficient data to fill all buffers.
                 control     - string containing recieved control message, if any
                 flags       - recieved flags
         """