History log of /unit/src/nxt_port_rpc.h (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 1.21.0-1, 1.21.0, 1.20.0-1, 1.20.0, 1.19.0-1, 1.19.0, 1.18.0-1, 1.18.0
# 1487:6238e2224c43 27-May-2020 Max Romanov

Moving nxt_stream_ident to shared memory.

This aims to avoid stream id clashes after router restart.


Revision tags: 1.17.0-1, 1.17.0, 1.16.0-1, 1.16.0, 1.15.0-1, 1.15.0, 1.14.0-1, 1.14.0, 1.13.0-1, 1.13.0, 1.12.0-1, 1.12.0, 1.11.0-2, 1.11.0-1, 1.11.0, 1.10.0-2, 1.10.0-1, 1.10.0, 1.9.0-1, 1.9.0, 1.8.0-1, 1.8.0, 1.7.1-1, 1.7.1, 1.7-1, 1.7, 1.6-1, 1.6, 1.5-1, 1.5, 1.4-2, 1.4, 1.3, 1.2, 1.1, 1.0, 0.7
# 583:39771486d997 21-Mar-2018 Max Romanov

Triggering RPC error for all handlers on port close.

This is required to avoid crashes and memory leaks on Unit exit.


Revision tags: 0.6, 0.5, 0.4, 0.3, 0.2
# 318:c2442f5e054d 15-Sep-2017 Max Romanov

Introducing application timeout.


Revision tags: 0.1
# 190:0dbd1ceae3a2 02-Aug-2017 Max Romanov

Port RPC interface introduced.

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().