Files
ladybird/Libraries/LibIPC
Andrew Kaster 8095663f86 LibIPC: Chunk sent file descriptors by MAX_TRANSFER_FDS
This limitation of the underlying Unix socket implementation can
cause IPC failures on pages with tons of images and network requests.

Modify the code called from TransportSocket's send thread to limit the
number of fds to MAX_TRANSFER_FDS, and ensure that we will keep sending
as long as we have either bytes or file descriptors to send.
2025-05-24 19:15:06 +03:00
..
2025-02-12 22:31:43 -07:00
2025-02-12 22:31:43 -07:00
2025-02-12 22:31:43 -07:00
2025-02-12 22:31:43 -07:00