Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 297256 Details for
Bug 436560
socket module SO_* constants incomplete
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to export missing SO_* constants
socketmodule.patch (text/plain), 2.02 KB, created by
John Dennis
on 2008-03-07 22:04:25 UTC
(
hide
)
Description:
patch to export missing SO_* constants
Filename:
MIME Type:
Creator:
John Dennis
Created:
2008-03-07 22:04:25 UTC
Size:
2.02 KB
patch
obsolete
>--- socketmodule.c.orig 2008-03-07 16:38:47.000000000 -0500 >+++ socketmodule.c 2008-03-07 16:41:09.000000000 -0500 >@@ -4507,6 +4507,60 @@ > #ifdef SO_TYPE > PyModule_AddIntConstant(m, "SO_TYPE", SO_TYPE); > #endif >+#ifdef SO_SNDBUFFORCE >+ PyModule_AddIntConstant(m, "SO_SNDBUFFORCE", SO_SNDBUFFORCE); >+#endif >+#ifdef SO_RCVBUFFORCE >+ PyModule_AddIntConstant(m, "SO_RCVBUFFORCE", SO_RCVBUFFORCE); >+#endif >+#ifdef SO_NO_CHECK >+ PyModule_AddIntConstant(m, "SO_NO_CHECK", SO_NO_CHECK); >+#endif >+#ifdef SO_PRIORITY >+ PyModule_AddIntConstant(m, "SO_PRIORITY", SO_PRIORITY); >+#endif >+#ifdef SO_BSDCOMPAT >+ PyModule_AddIntConstant(m, "SO_BSDCOMPAT", SO_BSDCOMPAT); >+#endif >+#ifdef SO_PASSCRED >+ PyModule_AddIntConstant(m, "SO_PASSCRED", SO_PASSCRED); >+#endif >+#ifdef SO_PEERCRED >+ PyModule_AddIntConstant(m, "SO_PEERCRED", SO_PEERCRED); >+#endif >+#ifdef SO_SECURITY_AUTHENTICATION >+ PyModule_AddIntConstant(m, "SO_SECURITY_AUTHENTICATION", SO_SECURITY_AUTHENTICATION); >+#endif >+#ifdef SO_SECURITY_ENCRYPTION_TRANSPORT >+ PyModule_AddIntConstant(m, "SO_SECURITY_ENCRYPTION_TRANSPORT", SO_SECURITY_ENCRYPTION_TRANSPORT); >+#endif >+#ifdef SO_SECURITY_ENCRYPTION_NETWORK >+ PyModule_AddIntConstant(m, "SO_SECURITY_ENCRYPTION_NETWORK", SO_SECURITY_ENCRYPTION_NETWORK); >+#endif >+#ifdef SO_BINDTODEVICE >+ PyModule_AddIntConstant(m, "SO_BINDTODEVICE", SO_BINDTODEVICE); >+#endif >+#ifdef SO_ATTACH_FILTER >+ PyModule_AddIntConstant(m, "SO_ATTACH_FILTER", SO_ATTACH_FILTER); >+#endif >+#ifdef SO_DETACH_FILTER >+ PyModule_AddIntConstant(m, "SO_DETACH_FILTER", SO_DETACH_FILTER); >+#endif >+#ifdef SO_PEERNAME >+ PyModule_AddIntConstant(m, "SO_PEERNAME", SO_PEERNAME); >+#endif >+#ifdef SO_TIMESTAMP >+ PyModule_AddIntConstant(m, "SO_TIMESTAMP", SO_TIMESTAMP); >+#endif >+#ifdef SO_PEERSEC >+ PyModule_AddIntConstant(m, "SO_PEERSEC", SO_PEERSEC); >+#endif >+#ifdef SO_PASSSEC >+ PyModule_AddIntConstant(m, "SO_PASSSEC", SO_PASSSEC); >+#endif >+#ifdef SO_TIMESTAMPNS >+ PyModule_AddIntConstant(m, "SO_TIMESTAMPNS", SO_TIMESTAMPNS); >+#endif > > /* Maximum number of connections for "listen" */ > #ifdef SOMAXCONN
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 436560
: 297256