From dac20feb09627a496bed4484e157b1d62e283bcb Mon Sep 17 00:00:00 2001 From: Azathothas <58171889+Azathothas@users.noreply.github.com> Date: Fri, 25 Apr 2025 06:28:24 +0000 Subject: [PATCH] socket: Implement missing errno values and improve network error handling --- .github/LATEST_COMMIT.txt | 2 +- .github/LATEST_COMMIT_M.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/LATEST_COMMIT.txt b/.github/LATEST_COMMIT.txt index d86eb0b..6f40924 100644 --- a/.github/LATEST_COMMIT.txt +++ b/.github/LATEST_COMMIT.txt @@ -1 +1 @@ -5f962dd1c6cfcb40d5ffadaca923c083a0b3004c \ No newline at end of file +48eed78d1a05fecdf752e63a70daecf59dab6d57 \ No newline at end of file diff --git a/.github/LATEST_COMMIT_M.txt b/.github/LATEST_COMMIT_M.txt index 17a797a..38b28ac 100644 --- a/.github/LATEST_COMMIT_M.txt +++ b/.github/LATEST_COMMIT_M.txt @@ -1 +1 @@ -android: Update Vulkan Validation Layer to 1.4.309.0 +socket: Implement missing errno values and improve network error handling