UNIX domain sockets problem

Grant Edwards grante at visi.com
Sun Apr 8 21:45:15 EDT 2001


On Mon, 09 Apr 2001 01:37:16 GMT, Dan Maas <dmaas at nospam.dcine.com> wrote:
>>>	SERVER = socket(AF_UNIX, SOCK_DGRAM, 0)
>
>Change SOCK_DGRAM to SOCK_STREAM

Bad idea if he really wants a datagram service and not a
stream service.

-- 
Grant Edwards                   grante             Yow!  Do I hear th'
                                  at               SPINNING of various
                               visi.com            WHIRRING, ROUND, and WARM
                                                   WHIRLOMATICS?!



More information about the Python-list mailing list