1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/net/nph/pkg-descr
Ion-Mihai Tetcu 1c040a8265 New PH Client and API Library
nph offers the following features:
  Complete PH API
    - your applications will never need to talk directly to the PH server
  Solid API design
    - designed to prevent memory or file descriptor leaks for applications
      which use asynchronous event timers
  Interactively usable PH client
    - the nph client supports readline command editting, history, and completion

The PH protocol is described in RFC 2378

WWW: http://www.feep.net/nph/

PR:		ports/97209
Submitted by:	Jim Pirzyk <pirzyk@freebsd.org>
2006-06-25 14:04:27 +00:00

15 lines
481 B
Plaintext

New PH Client and API Library
nph offers the following features:
Complete PH API
- your applications will never need to talk directly to the PH server
Solid API design
- designed to prevent memory or file descriptor leaks for applications
which use asynchronous event timers
Interactively usable PH client
- the nph client supports readline command editting, history, and completion
The PH protocol is described in RFC 2378
WWW: http://www.feep.net/nph/