Why ACE has not provided the RAW socket implemention #2061
Replies: 3 comments 3 replies
-
It seems nobody has created an ACE abstraction for raw sockets, feel free to create one and contribute it back to ACE (including tests) |
Beta Was this translation helpful? Give feedback.
-
ACE improvements are driven by users' need and contributions of either funding or the actual code. If you develop the ACE_RAW_Socket changes and submit a pull request it will be considered. Please make sure that you follow the ACE coding guidelines and create a set of tests for it in the ACE_wrappers/tests directory. |
Beta Was this translation helpful? Give feedback.
-
I have got it !!! git clone [email protected]:DOCGroup/ACE_TAO.git export ACE_ROOT=/path/to/ACE_wrappers echo "ace/config-linux.h" > $ACE_ROOT/ace/config.h cd $ACE_ROOT if [ ! -d MPC ]; then if [ add some new file ]; then $ACE_ROOT/bin/mwc.pl -type gnuace ACE.mwc cd $ACE_ROOT make |
Beta Was this translation helpful? Give feedback.
-
Although using epoll mechanism, I can create many udp sockets.
But for condsidering the file handle limit by OS and some config related reason, raw + udp protocol socket can provide some advantages,.
Why ACE has not provided the RAW socket implemention ?
Can ACE support the feature in the future?
thx :)
Beta Was this translation helpful? Give feedback.
All reactions