From 2f02321d9fa5fbaaca2ee5da5dd6f15c0416f411 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Tue, 31 Jan 2006 07:43:28 +0000 Subject: [PATCH] Add ToDo items regarding small send()s. --- src/odoors/TODO-v7.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/odoors/TODO-v7.txt b/src/odoors/TODO-v7.txt index 3b71ab5ac0..9308e5341e 100644 --- a/src/odoors/TODO-v7.txt +++ b/src/odoors/TODO-v7.txt @@ -8,3 +8,8 @@ Features/Changes which will break the API and so must go into v7 keep track of the current status of IAC escapes. - Fix up the local display for Win32. It's horribly slow currently. Possibly just dust of the DOS stuff and use ciolib? +- Make output functions take an optional position and attribute to cut down + on small send()s. +- Audit for small send()s in general. +- Possibly improve the output thread and make *nix multi-threaded for block + buffering ala Synchronet. -- GitLab