aero icon indicating copy to clipboard operation
aero copied to clipboard

File handle refs

Open Andy-Python-Programmer opened this issue 2 years ago • 0 comments

Currently, for sockets and eventfds, we store the file descriptor flags inside the structs which is not convenient. Have a way to pass the file handle to the {read_at, write_at, send, recv} function calls.

Andy-Python-Programmer avatar Oct 20 '23 08:10 Andy-Python-Programmer