f-stack/adapter
fengbojiang 4af5a643fb 1. Fixed some issue that sem_timewait and sem_post.
2. Modify timeout of epoll_wait/kevent from 100us to 100ms by default.
3. set cpu affinity in main_stack_epoll_thread socket.
2023-04-13 19:27:57 +08:00
..
Makefile Modify FF_SOCKET_THREAD disable by default. 2023-04-07 13:44:41 +08:00
ff_adapter.h Support timeout is NULL or 0 in libffsyscall.so. 2023-04-12 12:00:53 +08:00
ff_declare_syscalls.h Add adapter for LD_PRELOAD, TBC. 2023-04-06 15:02:39 +08:00
ff_hook_syscall.c 1. Fixed some issue that sem_timewait and sem_post. 2023-04-13 19:27:57 +08:00
ff_hook_syscall.h 1. Add kevent demo, need link libff_syscall.so, not LD_PRELOAD. 2023-04-07 20:39:31 +08:00
ff_linux_syscall.c Add adapter for LD_PRELOAD, TBC. 2023-04-06 15:02:39 +08:00
ff_linux_syscall.h Add adapter for LD_PRELOAD, TBC. 2023-04-06 15:02:39 +08:00
ff_so_zone.c Modify some log. 2023-04-12 17:48:39 +08:00
ff_socket_ops.c Save the event num kevent or epoll_wait returned, Use for burst process event in one F-Stack loop to improve performance. 2023-04-12 18:55:27 +08:00
ff_socket_ops.h Fixed some issue that check the return value of sem_timedwait. 2023-04-11 17:51:34 +08:00
ff_sysproto.h Add adapter for LD_PRELOAD, TBC. 2023-04-06 15:02:39 +08:00
fstack.c Add adapter for LD_PRELOAD, TBC. 2023-04-06 15:02:39 +08:00