[issue3278] socket's SO_OOBINLINE option does not work

Gregory P. Smith report at bugs.python.org
Sun Jul 6 19:20:50 CEST 2008


Gregory P. Smith <greg at krypto.org> added the comment:

This also happens on Linux:

read -> x
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/home/greg/sandbox/python/trunk/Lib/threading.py", line 523, in
__bootstrap_inner
    self.run()
  File "/home/greg/sandbox/python/trunk/Lib/threading.py", line 478, in run
    self.__target(*self.__args, **self.__kwargs)
  File "../socket_oobinline.py", line 20, in server
    data = conn.recv(1024, socket.MSG_OOB)
error: [Errno 22] Invalid argument


I need to look up what the exact behavior should be.

----------
title: socket's SO_OOBINLINE option does not work on OS X and FreeBSD -> socket's SO_OOBINLINE option does not work

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3278>
_______________________________________


More information about the Python-bugs-list mailing list