Issue 1557515: Add RLIMIT_SBSIZE to resource module (original) (raw)

Issue1557515

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:20 admin set github: 43968
2006-09-12 22:21:57 ehuss create