mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #2060] [CLOSED] sceNet #2467
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#2467
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/2060
Author: @georgemoralis
Created: 1/5/2025
Status: ❌ Closed
Base:
main← Head:sceNet📝 Commits (10+)
035ca58restarted implementation - draft work3a77fd0abstract socket implementation (initial)5b5044dclang fixba78b25intial sceNetSetsockopt1949079added sceNetBind,sceNetListenc244b9cadded ORBIS_NET_CTL_INFO_MTU6f8f9e1added SO_BROADCAST (optname =32) in SetSocketOptions65302b0draft epoll work4558bacreuse fix885182ccorrect socketoption struct and added ORBIS_NET_SO_SNDTIMEO📊 Changes
19 files changed (+1157 additions, -50 deletions)
View changed files
📝
CMakeLists.txt(+10 -0)📝
src/core/libraries/kernel/kernel.cpp(+41 -5)➕
src/core/libraries/kernel/posix_net.cpp(+118 -0)➕
src/core/libraries/kernel/posix_net.h(+81 -0)➕
src/core/libraries/network/epoll.cpp(+37 -0)➕
src/core/libraries/network/epoll.h(+91 -0)📝
src/core/libraries/network/net.cpp(+200 -34)📝
src/core/libraries/network/net.h(+82 -10)➕
src/core/libraries/network/net_error.h(+20 -0)➖
src/core/libraries/network/net_obj.cpp(+0 -0)➖
src/core/libraries/network/net_obj.h(+0 -0)➕
src/core/libraries/network/net_util.cpp(+110 -0)➕
src/core/libraries/network/net_util.h(+24 -0)📝
src/core/libraries/network/netctl.cpp(+10 -1)📝
src/core/libraries/network/netctl.h(+18 -0)➕
src/core/libraries/network/p2p_sockets.cpp(+35 -0)➕
src/core/libraries/network/posix_sockets.cpp(+179 -0)➕
src/core/libraries/network/sockets.h(+94 -0)📝
src/emulator.cpp(+7 -0)📄 Description
New implementation still initial
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.