SOCK_RAW

HW hua.wu at gte.net
Thu Apr 5 16:21:33 EDT 2001


Does Python socket module support raw socket? I tries to create socket with
AF_INET and SOCK_RAW. But when I tried to pass a string which contains null
byte to sendto(). It complains about "expected string without null bytes,
string found". Anybody has same experience?

Thanks,

Hua





More information about the Python-list mailing list