Theldus / wsServer

wsServer - a tiny WebSocket server library written in C
https://theldus.github.io/wsServer
GNU General Public License v3.0
422 stars 80 forks source link

Feature: Add binding support and initial support for IPv6 #82

Closed Theldus closed 9 months ago

Theldus commented 9 months ago

Description

This PR adds support for bind on wsServer and initial support for IPv6. This is based on the work done by @refutationalist in PR #56, which I had to adjust according to the previous PR feedback, such as Windows support, function signatures, and more.

I apologize for the huge delay in merging the previous PR and I thank @refutationalist again for the work done in the previous PR.

Given the delay, I will merge this PR right away, but if there is anything that does not work as expected, please let me know.