X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/abe616bb76d3e23a95d960dc7ae19ea9822f663c..0624f969d3cf7d1948ee57c8d7fa4a0d6d43be0d:/IDEAS diff --git a/IDEAS b/IDEAS index 9c23012..22e7d70 100644 --- a/IDEAS +++ b/IDEAS @@ -1,3 +1,10 @@ +Important stuff: +- our I/O operates on raw fds. we should use fde_t's everywhere so that + lookups are less necessary and so that I/O is done using the virtual functors, + IOFuncRead and IOFuncWrite. +- implement comm_get_io_direction(fde_t *) and use it to determine how to reschedule + I/O direction when needed. + Some of this may not be possible to do in 2.3... - go TS6 only? [partially done; TS6 is always enabled now]