summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_port_rpc.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-05-28Moving nxt_stream_ident to shared memory.Max Romanov1-0/+2
This aims to avoid stream id clashes after router restart.
2018-03-21Triggering RPC error for all handlers on port close.Max Romanov1-0/+1
This is required to avoid crashes and memory leaks on Unit exit.
2017-09-15Introducing application timeout.Max Romanov1-0/+8
2017-08-02Port RPC interface introduced.Max Romanov1-0/+24
Usage: 1. Register handlers in incoming port with nxt_port_rpc_register_handler(). 2. Use return value as a stream identifier for next nxt_port_socket_write().