消息 [151145]
Mac OS X provides a socket-based API to communicate with Kernel Extensions (KEXTs) called "KEXT Controls". For this, Mac OS X defines PF_SYSTEM as a new socket domain which supports the SYSPROTO_CONTROL protocol.
Right now the PF_SYSTEM domain and the SYSPROTO_CONTROL protocol are not supported by Python's socket module. I am attaching a patch that introduces support for both.
More information on KEXT Controls can be found here:
http://developer.apple.com/library/mac/documentation/Darwin/Conceptual/NKEConceptual/control/control.html |
|
| 日期 |
用户 |
动作 |
参数 |
| 2012-01-12 18:16:33 | goderbauer | 修改 | recipients:
+ goderbauer |
| 2012-01-12 18:16:32 | goderbauer | 修改 | messageid: <1326392192.39.0.824287439397.issue13777@psf.upfronthosting.co.za> |
| 2012-01-12 18:16:31 | goderbauer | 链接 | issue13777 messages |
| 2012-01-12 18:16:31 | goderbauer | 创建 | |
|