[PR #3231] [CLOSED] Network WIP #3325

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3231
Author: @mikusp
Created: 7/11/2025
Status: Closed

Base: mainHead: network


📝 Commits (1)

📊 Changes

20 files changed (+407 additions, -30 deletions)

View changed files

📝 .gitmodules (+3 -0)
📝 CMakeLists.txt (+2 -0)
📝 externals/CMakeLists.txt (+2 -0)
externals/wepoll (+1 -0)
📝 src/core/file_sys/fs.h (+1 -0)
📝 src/core/libraries/kernel/equeue.cpp (+31 -0)
📝 src/core/libraries/kernel/kernel.cpp (+2 -0)
📝 src/core/libraries/network/net.cpp (+153 -10)
📝 src/core/libraries/network/net.h (+6 -4)
src/core/libraries/network/net_epoll.cpp (+72 -0)
src/core/libraries/network/net_epoll.h (+75 -0)
📝 src/core/libraries/network/net_util.cpp (+5 -1)
📝 src/core/libraries/network/netctl.cpp (+2 -3)
📝 src/core/libraries/network/netctl.h (+1 -1)
📝 src/core/libraries/network/p2p_sockets.cpp (+1 -1)
📝 src/core/libraries/network/posix_sockets.cpp (+33 -4)
📝 src/core/libraries/network/sockets.h (+3 -3)
📝 src/core/libraries/network/sys_net.cpp (+10 -2)
📝 src/core/libraries/network/sys_net.h (+2 -0)
📝 src/core/libraries/web_browser_dialog/webbrowserdialog.cpp (+2 -1)

📄 Description

Only for Linux as of now as that's my usual dev environment


🔄 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/3231 **Author:** [@mikusp](https://github.com/mikusp) **Created:** 7/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `network` --- ### 📝 Commits (1) - [`cae29b5`](https://github.com/shadps4-emu/shadPS4/commit/cae29b544005139a8a2b41733bf24056d900b17d) Network wip ### 📊 Changes **20 files changed** (+407 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `.gitmodules` (+3 -0) 📝 `CMakeLists.txt` (+2 -0) 📝 `externals/CMakeLists.txt` (+2 -0) ➕ `externals/wepoll` (+1 -0) 📝 `src/core/file_sys/fs.h` (+1 -0) 📝 `src/core/libraries/kernel/equeue.cpp` (+31 -0) 📝 `src/core/libraries/kernel/kernel.cpp` (+2 -0) 📝 `src/core/libraries/network/net.cpp` (+153 -10) 📝 `src/core/libraries/network/net.h` (+6 -4) ➕ `src/core/libraries/network/net_epoll.cpp` (+72 -0) ➕ `src/core/libraries/network/net_epoll.h` (+75 -0) 📝 `src/core/libraries/network/net_util.cpp` (+5 -1) 📝 `src/core/libraries/network/netctl.cpp` (+2 -3) 📝 `src/core/libraries/network/netctl.h` (+1 -1) 📝 `src/core/libraries/network/p2p_sockets.cpp` (+1 -1) 📝 `src/core/libraries/network/posix_sockets.cpp` (+33 -4) 📝 `src/core/libraries/network/sockets.h` (+3 -3) 📝 `src/core/libraries/network/sys_net.cpp` (+10 -2) 📝 `src/core/libraries/network/sys_net.h` (+2 -0) 📝 `src/core/libraries/web_browser_dialog/webbrowserdialog.cpp` (+2 -1) </details> ### 📄 Description Only for Linux as of now as that's my usual dev environment --- <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:17 +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#3325
No description provided.