git: 6e71235e558e - main - unbound: Import upstream 0ee44ef3 when ENOBUFS is returned
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Oct 2023 00:07:27 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=6e71235e558ef579605e7f35b02f983b9a246a4a commit 6e71235e558ef579605e7f35b02f983b9a246a4a Merge: 32557d16e2c3 292d51198aa3 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-10-13 00:04:25 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-10-13 00:04:25 +0000 unbound: Import upstream 0ee44ef3 when ENOBUFS is returned From upstream 0ee44ef3: - Fix send of udp retries when ENOBUFS is returned. It stops looping and also waits for the condition to go away. Reported by Florian Obser. PR: 274352 MFC after: 3 days Merge commit '292d51198aa319c58f534549851e9c28486abdf4' contrib/unbound/.gitignore | 1 + contrib/unbound/util/netevent.c | 102 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 101 insertions(+), 2 deletions(-) diff --cc contrib/unbound/.gitignore index 000000000000,000000000000..b25c15b81fae new file mode 100644 --- /dev/null +++ b/contrib/unbound/.gitignore @@@ -1,0 -1,0 +1,1 @@@ ++*~