Skip to content

doc: buffers are not sent over IPC with a socket

Rodrigo Muino Tomonari requested to merge github/fork/Netsend/ipc-buffers into master
Checklist
  • documentation is changed or added
  • the commit message follows commit guidelines
Affected core subsystem(s)

doc/child_process

Description of change

If a socket is sent to a child, any data that is buffered in the socket will not be sent to the child. The child will only receive data from the socket that is sent after the child has the socket.

Merge request reports

Loading