Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV9: TCP Cleanup #11132

Merged
merged 6 commits into from Apr 28, 2024
Merged

DEV9: TCP Cleanup #11132

merged 6 commits into from Apr 28, 2024

Conversation

TheLastRar
Copy link
Contributor

@TheLastRar TheLastRar commented Apr 23, 2024

Description of Changes

Replace C-Style casts with C++ equivalents.
Make capitalisation of text in log messages consistent.
Format comments to (hopefully) be more inline with PCSX2's comment style
Fix incorrect error check on TCP send
Add a few missing const

It may be easier to review each commit one by one rather than the whole pr at once

Rationale behind Changes

Improve code quality
Fix a broken error check

Suggested Testing Steps

Test networked games using the sockets backend.

@github-actions github-actions bot added the DEV9 label Apr 23, 2024
@AmyRoxwell
Copy link

Socket servers still work on linux!

Screenshot_04_26_2024-6

Emulog for reference:
emulog.zip

@lightningterror lightningterror merged commit 33556c7 into PCSX2:master Apr 28, 2024
12 checks passed
@TheLastRar TheLastRar deleted the DEV9-TcpCleanup branch April 28, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants