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

Enhanced socket functions and improvements. #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ilkerlovesprogramming
Copy link

This update to the libmingw32_extended project includes several enhancements to the socket handling functions. Key changes include:

Added and updated essential socket functions such as accept, bind, connect, listen, recv, send, setsockopt, shutdown, and others. Fixes and improvements to system-level socket management, with updates in files like socket.c, recv.c, send.c, and socketpair.c. Modifications to improve overall network communication stability, and performance of socket-related operations. These updates aim to enhance the reliability and efficiency of socket interactions within the library.

This update to the libmingw32_extended project includes several enhancements to the socket handling functions. Key changes include:

Added and updated essential socket functions such as accept, bind, connect, listen, recv, send, setsockopt, shutdown, and others.
Fixes and improvements to system-level socket management, with updates in files like socket.c, recv.c, send.c, and socketpair.c.
Modifications to improve overall network communication stability, and performance of socket-related operations.
These updates aim to enhance the reliability and efficiency of socket interactions within the library.

Co-Authored-By: CoderRC <[email protected]>
Co-Authored-By: ["Ilker":{...}] <[email protected]>
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.

1 participant