mutouyun/cpp-ipc

chan_wrapper::send()增加sendv()接口

Opened this issue · 0 comments

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