| | |
| | | ShmModSocket(); |
| | | ~ShmModSocket(); |
| | | |
| | | int stop(); |
| | | /** |
| | | * 绑定端口到socket, 如果不绑定则系统自动分配一个 |
| | | * @return 0 成功, 其他值 失败的错误码 |
| | |
| | | const struct timespec *timeout = NULL, int flag = 0); |
| | | |
| | | |
| | | // 超时返回。 @sec 秒 , @nsec 纳秒 |
| | | int sendandrecv_unsafe(const void *send_buf, const int send_size, const int key, void **recv_buf, int *recv_size, |
| | | const struct timespec *timeout = NULL, int flag = 0) ; |
| | | /** |
| | | * |
| | | */ |
| | | int recvandsend( recvandsend_callback_fn callback, const struct timespec *timeout = NULL , int flag = 0, void * user_data = NULL); |
| | | |
| | | /** |
| | | * 订阅指定主题 |