mread:从一个绑定端口进行多次读取

时间:2024-06-01 12:27:43
【文件属性】:

文件名称:mread:从一个绑定端口进行多次读取

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-01 12:27:43

C

轻便的epoll包装,用于读取多路插座 api // create a pool , listen on port , set max connection and , buffer size (0 for default 1M bytes) struct mread_pool * mread_create ( int port , int max , int buffer); // release the pool void mread_close ( struct mread_pool *m); // poll the poll, timeout (in milliseconds) can be -1 for indefinitely. // return id (which socket can read) , -1 for block int mread_poll ( struc


【文件预览】:
mread-master
----mread.h(460B)
----Makefile(117B)
----mread.c(12KB)
----LICENSE(1KB)
----testringbuffer.c(2KB)
----README.md(1KB)
----ringbuffer.h(1KB)
----ringbuffer.c(7KB)
----main.c(608B)

网友评论