1 Star 0 Fork 0

Embedded lib / protobuf-c-rpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ChangeLog 908 Bytes
一键复制 编辑 原始数据 按行查看 历史
protobuf-c-rpc (0.1) UNRELEASED
* This is protobuf-c-rpc, which has been split out from protobuf-c.
* Add protobuf_c_rpc_server_configure_threading().
* rpc: Rename AF_LOCAL to AF_UNIX (Issue #86, #100).
* rpc: Handle server responses with NULL messages on the client side
(Issue #78).
* rpc: Free the timer created by autoreconnect in case the client has
failed to connect (Issue #70).
* Bugs in dsk-dispatch (Issue #65 for one thing; POLLHUP for another; and
a problem where we moved fd_map into a local variable, when in fact in
can be reallocated all over the place, in dsk_dispatch_dispatch()).
* Split the RPC code into client and server parts for clarity.
* Implement custom RPC protocol API. Use protobuf_c_rpc_client_set_rpc_protocol
and protobuf_c_rpc_server_set_rpc_protocol to set the custom (de)serializers.
The default RPC protocol remains the same as before.
C
1
https://gitee.com/embedded-lib/protobuf-c-rpc.git
git@gitee.com:embedded-lib/protobuf-c-rpc.git
embedded-lib
protobuf-c-rpc
protobuf-c-rpc
master

搜索帮助