[sudo-commits] sudo changeset 13153:b5df1b4d79c7

Todd C. Miller Todd.Miller at sudo.ws
Tue Apr 6 14:44:17 MDT 2021


changeset:	13153:b5df1b4d79c7 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/b5df1b4d79c7
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Apr 06 14:30:16 2021 -0600

Log Message:
	Use a tailq of write buffers instead of a single one per connection.
	This allows us to queue up multiple messages for writing like the
	sudoers client supports.  Currently, each connection has its own
	free list.  In the future we may want a single free list with low
	and high water marks.

diffstat:

 logsrvd/logsrv_util.h |   2 +
 logsrvd/logsrvd.c     |  97 +++++++++++++++++++++++++++++++++++++-------------
 logsrvd/logsrvd.h     |   3 +-
 3 files changed, 75 insertions(+), 27 deletions(-)



More information about the sudo-commits mailing list