Searched hist:"36708 e6ab8fb1d8eedc9bfbc559a6b78036ae9cb" (Results 1 – 6 of 6) sorted by relevance
/haiku/src/add-ons/kernel/network/stack/ |
H A D | ancillary_data.h | 36708e6ab8fb1d8eedc9bfbc559a6b78036ae9cb Tue Nov 05 20:23:24 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> network: Let modules process all ancillary data at once, and adjust UNIX.
This way, modules can decide to do different things based on having all the ancillary data available. In particular, the UNIX module will now post only one message header for all the FDs, even if they came from multiple sets of ancillary data.
This should fix "Message needs unreceived descriptors" from the Chromium IPC code (which is used by Firefox).
|
H A D | ancillary_data.cpp | 36708e6ab8fb1d8eedc9bfbc559a6b78036ae9cb Tue Nov 05 20:23:24 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> network: Let modules process all ancillary data at once, and adjust UNIX.
This way, modules can decide to do different things based on having all the ancillary data available. In particular, the UNIX module will now post only one message header for all the FDs, even if they came from multiple sets of ancillary data.
This should fix "Message needs unreceived descriptors" from the Chromium IPC code (which is used by Firefox).
|
H A D | net_socket.cpp | 36708e6ab8fb1d8eedc9bfbc559a6b78036ae9cb Tue Nov 05 20:23:24 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> network: Let modules process all ancillary data at once, and adjust UNIX.
This way, modules can decide to do different things based on having all the ancillary data available. In particular, the UNIX module will now post only one message header for all the FDs, even if they came from multiple sets of ancillary data.
This should fix "Message needs unreceived descriptors" from the Chromium IPC code (which is used by Firefox).
|
/haiku/src/add-ons/kernel/network/protocols/unix/ |
H A D | unix.cpp | 36708e6ab8fb1d8eedc9bfbc559a6b78036ae9cb Tue Nov 05 20:23:24 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> network: Let modules process all ancillary data at once, and adjust UNIX.
This way, modules can decide to do different things based on having all the ancillary data available. In particular, the UNIX module will now post only one message header for all the FDs, even if they came from multiple sets of ancillary data.
This should fix "Message needs unreceived descriptors" from the Chromium IPC code (which is used by Firefox).
|
/haiku/headers/private/net/ |
H A D | net_protocol.h | 36708e6ab8fb1d8eedc9bfbc559a6b78036ae9cb Tue Nov 05 20:23:24 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> network: Let modules process all ancillary data at once, and adjust UNIX.
This way, modules can decide to do different things based on having all the ancillary data available. In particular, the UNIX module will now post only one message header for all the FDs, even if they came from multiple sets of ancillary data.
This should fix "Message needs unreceived descriptors" from the Chromium IPC code (which is used by Firefox).
|
H A D | net_stack.h | 36708e6ab8fb1d8eedc9bfbc559a6b78036ae9cb Tue Nov 05 20:23:24 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> network: Let modules process all ancillary data at once, and adjust UNIX.
This way, modules can decide to do different things based on having all the ancillary data available. In particular, the UNIX module will now post only one message header for all the FDs, even if they came from multiple sets of ancillary data.
This should fix "Message needs unreceived descriptors" from the Chromium IPC code (which is used by Firefox).
|