The new features
- Add direct TCP feature;
- Add skb mem pool;
- Add the RCS;
- Support the SElinux. The old version will crashes when unload the fastsocket;
- Add the socket mem pool;
Refactor the codes:
- Split the fastsocket.c into fast_core.c and fast_api.c;
- Eliminate the duplicated codes;
- Eliminate the compile warnings of demo codes;
- Add the test script
The bugs fixed:
- Fix some typos in README.md
- Fix the compile errors with the higher version gcc;
- Fix one crash bug of demo codes;
- Fix some potential memleaks;.