cpp-ipc
cpp-ipc copied to clipboard
chan_wrapper::send()增加sendv()接口
chan_wrapper::send()可以考虑增加sendv()接口,类似Linux的writev(),当一次发送多片离散数据时,可以少一次内存拼接拷贝。