[PR #3443] [CLOSED] P2P sockets and net fixes #3469

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3443
Author: @georgemoralis
Created: 8/21/2025
Status: Closed

Base: mainHead: p2psockets


📝 Commits (6)

  • aeae759 inheritance p2p_sockets from posix sockets
  • 4287c4f implemented part of P2P calls
  • 73934a7 Merge branch 'main' into p2psockets
  • 8160828 Merge branch 'main' into p2psockets
  • c3035cb - Fix handling of ORBIS_NET_SO_ONESBCAST to support proper broadcast address translation on send.
  • e373de6 Merge branch 'main' into p2psockets

📊 Changes

3 files changed (+93 additions, -35 deletions)

View changed files

📝 src/core/libraries/network/p2p_sockets.cpp (+56 -24)
📝 src/core/libraries/network/posix_sockets.cpp (+31 -5)
📝 src/core/libraries/network/sockets.h (+6 -6)

📄 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/3443 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 8/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `p2psockets` --- ### 📝 Commits (6) - [`aeae759`](https://github.com/shadps4-emu/shadPS4/commit/aeae759fb55aeaa336b944ae7f6e12183b99cd51) inheritance p2p_sockets from posix sockets - [`4287c4f`](https://github.com/shadps4-emu/shadPS4/commit/4287c4fd5293b1ba2399abe65e3fd22d2f310128) implemented part of P2P calls - [`73934a7`](https://github.com/shadps4-emu/shadPS4/commit/73934a763bb0e74e06cdc27802856a6dd3f96c79) Merge branch 'main' into p2psockets - [`8160828`](https://github.com/shadps4-emu/shadPS4/commit/816082802bf598616d57da157e121ad9ce3d58d0) Merge branch 'main' into p2psockets - [`c3035cb`](https://github.com/shadps4-emu/shadPS4/commit/c3035cbf2ba27d785924c55afb6b753d7ffd55fc) - Fix handling of ORBIS_NET_SO_ONESBCAST to support proper broadcast address translation on send. - [`e373de6`](https://github.com/shadps4-emu/shadPS4/commit/e373de68811dbe729f0014c0f2915fcb4d80ba44) Merge branch 'main' into p2psockets ### 📊 Changes **3 files changed** (+93 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/network/p2p_sockets.cpp` (+56 -24) 📝 `src/core/libraries/network/posix_sockets.cpp` (+31 -5) 📝 `src/core/libraries/network/sockets.h` (+6 -6) </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:49 +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#3469
No description provided.