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

KCP Byte check mode #42

Draft
wants to merge 45 commits into
base: development
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
5e6d1aa
Support Byte Check Mode
YYHEggEgg Dec 18, 2023
76e4dfe
Update workflow
YYHEggEgg Dec 18, 2023
7c825c0
Try detect check code working status
YYHEggEgg Dec 18, 2023
4e7aa60
yaml format fix
YYHEggEgg Dec 18, 2023
5a5e5fd
yaml format fix 2
YYHEggEgg Dec 18, 2023
f6f8626
Change workflow naming
YYHEggEgg Dec 19, 2023
5855291
bugfix & warnings fix
YYHEggEgg Dec 19, 2023
11978f5
Try resolve stackalloc warning
YYHEggEgg Dec 19, 2023
e389e8e
Optimize corrupt packet handling in Tests
YYHEggEgg Dec 19, 2023
5154ee7
Use non-0 exitcode when packet loss
YYHEggEgg Dec 19, 2023
ba88bbb
corrupt packet bugfix
YYHEggEgg Dec 19, 2023
e4b04b4
try fix corrupt packet bug
YYHEggEgg Dec 19, 2023
004787f
compile fix
YYHEggEgg Dec 19, 2023
f6a290e
fix corrupted packet handling
YYHEggEgg Dec 19, 2023
cfe57e4
Enable KCP_INNER_LOG for bytecheck debug
YYHEggEgg Dec 19, 2023
00834be
Try to always upload logs
YYHEggEgg Dec 19, 2023
83f7f6a
fix artifact naming
YYHEggEgg Dec 19, 2023
aefb5f2
bugfix
YYHEggEgg Dec 19, 2023
84f6304
Revert improper change
YYHEggEgg Dec 19, 2023
3886389
Add artifact upload for ByteCheck Extended Test
YYHEggEgg Dec 19, 2023
5ecdf64
Add test thread interrupt detector
YYHEggEgg Dec 19, 2023
d650e7f
grammar fix
YYHEggEgg Dec 19, 2023
1fb8af0
grammar fix 2
YYHEggEgg Dec 19, 2023
b13b41b
grammar 3
YYHEggEgg Dec 19, 2023
b2ba26d
Use LogTrace in logger nuget
YYHEggEgg Dec 20, 2023
4fc7d4f
Enable verbose output for tests on Release
YYHEggEgg Dec 20, 2023
cb9224f
grammar fix 4
YYHEggEgg Dec 20, 2023
9795013
grammar fix 5
YYHEggEgg Dec 20, 2023
400717d
one more corner case crash log
YYHEggEgg Dec 20, 2023
2ca30c0
Test: Enabled packet Unique ID trace
YYHEggEgg Dec 20, 2023
246029c
grammar fix 6
YYHEggEgg Dec 20, 2023
294ddfe
Try fix net issue by revert change
YYHEggEgg Dec 20, 2023
b1dd198
Enable KCP logs for tests
YYHEggEgg Dec 20, 2023
97b5285
byte corrupt bugfix
YYHEggEgg Dec 20, 2023
e58f1f4
Use standard increment for KCP server conv
YYHEggEgg Dec 21, 2023
a305da5
bugfix
YYHEggEgg Dec 21, 2023
8a94d97
Merge changes between 2 upper KCP impls
YYHEggEgg Dec 21, 2023
3c31a08
Test bugfix
YYHEggEgg Dec 21, 2023
630a1b1
grammar fix 7
YYHEggEgg Dec 21, 2023
b6e8650
KCP stat log fix
YYHEggEgg Dec 22, 2023
9ad75bc
Use KCP_PERFORMANCE_TEST symbols
YYHEggEgg Dec 22, 2023
4c31acb
grammar fix 8
YYHEggEgg Dec 22, 2023
779c4b3
bugfix
YYHEggEgg May 10, 2024
473617e
Clearup & sync w/ std byteCheckMode
YYHEggEgg May 10, 2024
3a02df5
fix wrong variable name
YYHEggEgg May 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 0 additions & 61 deletions .github/workflows/network-pressure.yml

This file was deleted.

118 changes: 0 additions & 118 deletions .github/workflows/network-test.yml

This file was deleted.

Loading
Loading