]> git.ipfire.org Git - thirdparty/cups.git/commit
cups/http-addr.c: Set listen backlog size to INT_MAX (fixes #308) 626/head
authorVasilis Liaskovitis <vliaskovitis@suse.com>
Wed, 1 Mar 2023 12:46:28 +0000 (13:46 +0100)
committerVasilis Liaskovitis <vliaskovitis@suse.com>
Wed, 1 Mar 2023 13:23:35 +0000 (14:23 +0100)
commit876fdc1c90a885a58644c8757bc1283c9fd5bcb7
treeb31f25430ff86a4d90813d5021229ca95bbe6e2e
parentc973026163491ecf5415489e16f346f4cc366f69
cups/http-addr.c: Set listen backlog size to INT_MAX (fixes #308)

Use a listen queue size of INT_MAX, which should default to the maximum
supported queue size on the system.

This avoids the problem of the listening backlog queue getting full when
there are too many requests at the same time. The problem was observed
with the previous backlog size (128) by customers when submitting large
batches of print jobs, resulting in some jobs getting lost.

Signed-off-by: Vasilis Liaskovitis <vliaskovitis@suse.com>
cups/http-addr.c