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

Fix invalid reply of MiniTestServer #693

Merged
merged 1 commit into from
Nov 5, 2023
Merged

Fix invalid reply of MiniTestServer #693

merged 1 commit into from
Nov 5, 2023

Conversation

SR4ven
Copy link
Collaborator

@SR4ven SR4ven commented Oct 7, 2023

The raw send of the MiniTestServer was throwing an error during test execution, because the Ethernet header was invalid.

It was necessary to replace the deprecated connection classes.

Now, receiving of the raw socket connection classes is tested too.

Fixes #371

The raw send of the MiniTestServer was throwing an error during
test execution, because the Ethernet header was invalid.

It was necessary to replace the deprecated connection classes.
@SR4ven SR4ven merged commit 2f1ea5c into master Nov 5, 2023
11 checks passed
@SR4ven SR4ven deleted the fix-socket-tests branch November 5, 2023 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor unit-tests for raw socket receive
1 participant