Method Stdio.Port()->fd_factory() Method fd_factory protected Fd fd_factory() Description Factory creating empty Fd objects. This function is called by accept() when it needs to create a new file. The default implementation returns the Fd inherit in an empty File object. See also accept()