This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add RLIMIT_SBSIZE to resource module
Type: Stage:
Components: Extension Modules Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: ehuss, loewis
Priority: normal Keywords: patch

Created on 2006-09-12 22:21 by ehuss, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
resource.c.patch ehuss, 2006-09-12 22:21 Patch to resource.c
Messages (2)
msg51111 - (view) Author: Eric Huss (ehuss) Date: 2006-09-12 22:21
The following patch adds the RLIMIT_SBSIZE constant to
the resource module (for setting socket buffer limits).
 Used in FreeBSD, and possibly other operating systems.
msg51112 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-09-16 17:37
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as r51897
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 43968
2006-09-12 22:21:57ehusscreate