mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #3231] [CLOSED] Network WIP #3325
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3325
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/3231
Author: @mikusp
Created: 7/11/2025
Status: ❌ Closed
Base:
main← Head:network📝 Commits (1)
cae29b5Network wip📊 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.