Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-28 | Moving nxt_stream_ident to shared memory. | Max Romanov | 1 | -0/+2 | |
This aims to avoid stream id clashes after router restart. | |||||
2018-03-21 | Triggering RPC error for all handlers on port close. | Max Romanov | 1 | -0/+1 | |
This is required to avoid crashes and memory leaks on Unit exit. | |||||
2017-09-15 | Introducing application timeout. | Max Romanov | 1 | -0/+8 | |
2017-08-02 | Port RPC interface introduced. | Max Romanov | 1 | -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(). |