Mathew Martineau added the comment:
Yaniv - Please proceed!
--
___
Python tracker
<http://bugs.python.org/issue7834>
___
___
Python-bugs-list mailing list
Unsub
Mathew Martineau added the comment:
I can submit a patch, but my employer has an involved process for doing this
(even for small fixes like this). It will take a few more days to get to a
point where I can post the patch, but I will do so as soon as I can
New submission from Mathew Martineau :
The sockaddr_l2 struct used with connect() has changed in recent versions of
the Linux kernel. There is a new l2_cid member.
connect() only works with L2CAP sockets if l2_cid is set to 0.
Suggest initializing the whole sockaddr_l2 struct to 0 in