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

Raw socket #2111

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open

Raw socket #2111

wants to merge 44 commits into from

Conversation

smithAchang
Copy link

I have completed the work of RAW Socket by referring ACE_ICMP_Socket & ACE_Sock_Dgram classes, these are provided by ACE long time ago.

I have tested the API of RAW Socket on Linux platforms, such as Ubuntu 20.04 and CentOS 7.
On windows platform , there exist some surprise maybe for OS limits, RAW_Socket_Test case can not pass through.

For considering the fact that applications using RAW Socket almost run on Unix* or Linux* platforms, this failure is trivial!

So I decide to launch the PR :)


This PR has been launched some months ago, but it is based on master branch .
This time I launch a new PR based on a special branch :)

@jwillemsen jwillemsen added the needs review Needs to be reviewed label Sep 4, 2023
@smithAchang
Copy link
Author

Because I copy some source codes from SOCK_Dgram.cpp,

so Codacy Static Code Analysis will produce the same issues for SOCK_Dgram.cpp if using the cppcheck tool to check it.

By the way, the Codacy team tells me to use cppcheck tool

Can these issues be ignored ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs review Needs to be reviewed
Development

Successfully merging this pull request may close these issues.

None yet

2 participants