tree: 57168787f8c72cd4160c936c8f58fe163f4a3c64 [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.