[PR #2867] [MERGED] [Libs] sceNet IV #3040

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2867
Author: @georgemoralis
Created: 4/30/2025
Status: Merged
Merged: 5/13/2025
Merged by: @georgemoralis

Base: mainHead: net3


📝 Commits (10+)

  • 69d513d dummy returns in p2p sockets
  • 395258c Merge branch 'main' into net3
  • a375e30 added logging for sceNetSetsockopt
  • 01380ef Merge branch 'main' into net3
  • 532e344 possible fix for ORBIS_NET_SO_LINGER set
  • dacfc3e logging for getsockoption as well
  • d6758d0 Merge branch 'main' into net3
  • b6d4e0a disable kernel getsockname (seems to create issues with cyberpunk)
  • ab5985a some fixes with SetSocketOptions
  • 62da15c arggg

📊 Changes

6 files changed (+77 additions, -13 deletions)

View changed files

📝 src/core/libraries/kernel/kernel.cpp (+21 -2)
📝 src/core/libraries/network/net.cpp (+2 -0)
📝 src/core/libraries/network/p2p_sockets.cpp (+7 -7)
📝 src/core/libraries/network/posix_sockets.cpp (+38 -2)
📝 src/core/libraries/network/sockets.h (+9 -1)
📝 src/core/libraries/network/sys_net.cpp (+0 -1)

📄 Description

sceNet continue series


🔄 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/2867 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 4/30/2025 **Status:** ✅ Merged **Merged:** 5/13/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `net3` --- ### 📝 Commits (10+) - [`69d513d`](https://github.com/shadps4-emu/shadPS4/commit/69d513ddd44151f16be9e46468f46a74a4e209cd) dummy returns in p2p sockets - [`395258c`](https://github.com/shadps4-emu/shadPS4/commit/395258cb3a05b9e1fb824f54280d1641341b96e0) Merge branch 'main' into net3 - [`a375e30`](https://github.com/shadps4-emu/shadPS4/commit/a375e307e86b6d588e9b96ae91b6194735578330) added logging for sceNetSetsockopt - [`01380ef`](https://github.com/shadps4-emu/shadPS4/commit/01380ef63e9b0d26762e85031d2ed05f505aea6c) Merge branch 'main' into net3 - [`532e344`](https://github.com/shadps4-emu/shadPS4/commit/532e344b1200c709f7962c67568f7b6fbe3c02f5) possible fix for ORBIS_NET_SO_LINGER set - [`dacfc3e`](https://github.com/shadps4-emu/shadPS4/commit/dacfc3e181b61a7155a0ea9997eb42f4a3bc096d) logging for getsockoption as well - [`d6758d0`](https://github.com/shadps4-emu/shadPS4/commit/d6758d066287d443e86e1e4e948e9e5f6fde3afa) Merge branch 'main' into net3 - [`b6d4e0a`](https://github.com/shadps4-emu/shadPS4/commit/b6d4e0a814855119e84091b38e58861a06168397) disable kernel getsockname (seems to create issues with cyberpunk) - [`ab5985a`](https://github.com/shadps4-emu/shadPS4/commit/ab5985aa30be6664fab5ea7b6a49d3d76516bfb4) some fixes with SetSocketOptions - [`62da15c`](https://github.com/shadps4-emu/shadPS4/commit/62da15c3d02ac65ca7c1ea6b34ab87aed4dfc931) arggg ### 📊 Changes **6 files changed** (+77 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/kernel.cpp` (+21 -2) 📝 `src/core/libraries/network/net.cpp` (+2 -0) 📝 `src/core/libraries/network/p2p_sockets.cpp` (+7 -7) 📝 `src/core/libraries/network/posix_sockets.cpp` (+38 -2) 📝 `src/core/libraries/network/sockets.h` (+9 -1) 📝 `src/core/libraries/network/sys_net.cpp` (+0 -1) </details> ### 📄 Description sceNet continue series --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:02:13 +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#3040
No description provided.