Metadata-Version: 1.0
Name: socketrecvall
Version: 1.0
Summary: efficient recvall(), useful on platforms not supporting MSG_WAITALL
Home-page: http://www.it-ernst.de/python
Author: Ines & Thilo Ernst
Author-email: te0006@web.de
License: UNKNOWN
Description: Add-on for the builtin 'socket' as well as the 'timeoutsocket'
        module. Implements an efficient recvall() function useful for
        receiving large known-size chunks of data on platforms
        not supporting the MSG_WAITALL flag (e.g. Win32)
Platform: win32
Platform: linux
