tree: ae6f9166252c69c1e93eaf68a6e0c8c82b54114d [path history] [tgz]
  1. meta/
  2. BUILD.gn
  3. listen.cc
  4. MAINTAINERS
  5. README.md
bin/listen/README.md

listen

This implements a simple program that listens for connections on a particular TCP port and spawns a program for each connection. Connecting the socket to fdio stdin and passing the parent's stdout & stderr.

It's currently not possible to pass the socket as more than one start-up handle.