tree: 38c2a4ffbe3d32087d91f6ac76b51a6e3b652df1 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
src/bringup/bin/ptysvc/README.md

The ptysvc provides basic pseudoterminals to its clients. It exposes a fuchsia.hardware.pty.Device service interface that acts very similarly to the UNIX 98 “/dev/ptmx”. Each connection made through this interface will be communicating with a new unique pty server.

The ptysvc implementation uses a single-threaded asynchronous programming model.