UNIX domain sockets problem

Dan Maas dmaas at nospam.dcine.com
Sun Apr 8 21:37:16 EDT 2001


>>	SERVER = socket(AF_UNIX, SOCK_DGRAM, 0)

Change SOCK_DGRAM to SOCK_STREAM

Dan



More information about the Python-list mailing list