[PR #3318] [MERGED] Implement simple DNS name resolution #3385

Closed
opened 2026-02-27 22:03:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3318
Author: @mikusp
Created: 7/24/2025
Status: Merged
Merged: 7/25/2025
Merged by: @georgemoralis

Base: mainHead: net_resolver


📝 Commits (3)

  • 6771ded Implement simple DNS name resolution
  • 9415128 Merge branch 'main' into net_resolver
  • 9d7fd33 Remove conversion of getaddrinfo errors to string

📊 Changes

2 files changed (+94 additions, -14 deletions)

View changed files

📝 src/core/libraries/network/net.cpp (+58 -10)
📝 src/core/libraries/network/net.h (+36 -4)

📄 Description

Extracted from Network WIP


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3318 **Author:** [@mikusp](https://github.com/mikusp) **Created:** 7/24/2025 **Status:** ✅ Merged **Merged:** 7/25/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `net_resolver` --- ### 📝 Commits (3) - [`6771ded`](https://github.com/shadps4-emu/shadPS4/commit/6771dedf204ee2368c0ae950e80e3c412a4436d4) Implement simple DNS name resolution - [`9415128`](https://github.com/shadps4-emu/shadPS4/commit/94151285297d5ec384a3270416a9d19313fef4aa) Merge branch 'main' into net_resolver - [`9d7fd33`](https://github.com/shadps4-emu/shadPS4/commit/9d7fd3389c9f161d9cb48f7ca8d8956628f296ed) Remove conversion of getaddrinfo errors to string ### 📊 Changes **2 files changed** (+94 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/network/net.cpp` (+58 -10) 📝 `src/core/libraries/network/net.h` (+36 -4) </details> ### 📄 Description Extracted from Network WIP --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3385
No description provided.