mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibCore: Expose Unix socket fd transfer limit publicly
This commit is contained in:
parent
8ccb89877a
commit
087cbf2b0a
Notes:
github-actions[bot]
2025-05-24 16:16:15 +00:00
Author: https://github.com/ADKaster
Commit: 087cbf2b0a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4848
Reviewed-by: https://github.com/kalenikaliaksandr ✅
2 changed files with 7 additions and 5 deletions
|
@ -352,6 +352,8 @@ public:
|
|||
|
||||
virtual ~LocalSocket() { close(); }
|
||||
|
||||
static size_t const MAX_TRANSFER_FDS;
|
||||
|
||||
private:
|
||||
explicit LocalSocket(PreventSIGPIPE prevent_sigpipe = PreventSIGPIPE::Yes)
|
||||
: Socket(prevent_sigpipe)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue