[PR #3487] [MERGED] Implement send/recvmsg #3509

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3487
Author: @mikusp
Created: 8/30/2025
Status: Merged
Merged: 8/31/2025
Merged by: @georgemoralis

Base: mainHead: recvmsg


📝 Commits (7)

📊 Changes

5 files changed (+115 additions, -2 deletions)

View changed files

📝 src/core/libraries/kernel/kernel.cpp (+1 -0)
📝 src/core/libraries/network/p2p_sockets.cpp (+12 -0)
📝 src/core/libraries/network/posix_sockets.cpp (+51 -0)
📝 src/core/libraries/network/sockets.h (+26 -0)
📝 src/core/libraries/network/sys_net.cpp (+25 -2)

📄 Description

No description provided


🔄 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/3487 **Author:** [@mikusp](https://github.com/mikusp) **Created:** 8/30/2025 **Status:** ✅ Merged **Merged:** 8/31/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `recvmsg` --- ### 📝 Commits (7) - [`865f242`](https://github.com/shadps4-emu/shadPS4/commit/865f242034675a64c22de03605a0c1b8b16e3586) Implement send/recvmsg - [`0589b24`](https://github.com/shadps4-emu/shadPS4/commit/0589b240ba1407eb19f5c20e52ca5c5be3daaa94) Windows - [`27e5cb7`](https://github.com/shadps4-emu/shadPS4/commit/27e5cb7d8b93379a7e390420372e64686c183a49) fixed windows - [`0d79ac5`](https://github.com/shadps4-emu/shadPS4/commit/0d79ac540d6c999807541005f03fb32694e86e47) Merge branch 'main' into recvmsg - [`48e7a9d`](https://github.com/shadps4-emu/shadPS4/commit/48e7a9d77fbae5f28d784b1c5a36f4746b3d91de) cleanups - [`b40a04c`](https://github.com/shadps4-emu/shadPS4/commit/b40a04c520c2d053413edca4b47ac85514b9ae0e) updated - [`acb7fd7`](https://github.com/shadps4-emu/shadPS4/commit/acb7fd76219233bd32626bc8cc0dc3d0a15ac109) suggestions ### 📊 Changes **5 files changed** (+115 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/kernel.cpp` (+1 -0) 📝 `src/core/libraries/network/p2p_sockets.cpp` (+12 -0) 📝 `src/core/libraries/network/posix_sockets.cpp` (+51 -0) 📝 `src/core/libraries/network/sockets.h` (+26 -0) 📝 `src/core/libraries/network/sys_net.cpp` (+25 -2) </details> ### 📄 Description _No description provided_ --- <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:57 +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#3509
No description provided.