mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #1956] [CLOSED] Posix Net #2401
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#2401
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/1956
Author: @georgemoralis
Created: 12/28/2024
Status: ❌ Closed
Base:
main← Head:net📝 Commits (10+)
b32e57dfixed OrbisNetSockaddr struct5d5118fdraft for kernel net functionsaed5853added socket creationb1ae13fmutex scoped13273c1added bind9befb9bbind now seems to workda4b3b5added listen984375asome fixes49d247battemped to fix linux-mac42f0218added logging📊 Changes
10 files changed (+390 additions, -23 deletions)
View changed files
📝
CMakeLists.txt(+7 -2)📝
src/core/libraries/kernel/kernel.cpp(+2 -5)➕
src/core/libraries/kernel/posix_net.cpp(+116 -0)➕
src/core/libraries/kernel/posix_net.h(+81 -0)📝
src/core/libraries/network/net.cpp(+52 -13)📝
src/core/libraries/network/net.h(+19 -3)➕
src/core/libraries/network/net_error.h(+12 -0)📝
src/core/libraries/network/net_obj.cpp(+48 -0)📝
src/core/libraries/network/net_obj.h(+46 -0)📝
src/emulator.cpp(+7 -0)📄 Description
Very initial , just for view
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.