sta / sta/websocket-sharp

IPv6 is not working

Open
#248 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
6.1k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

Hi,

I've been trying to use the library in pure IPv6 environment. It doesn't seem to work. By default this library uses IPAddress.Any which is IPv4. I cannot use specific IP address rather I'll have to listen to all network adapters.

Am I missing anything? Should the library listen in dual mode socket?

Thanks,
Manojit Paul

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing where the library binds its server socket using IPAddress.Any, then compare that behavior in a pure IPv6 environment with the dual-mode socket question raised here. Done should mean the library can listen on all network adapters in IPv6-only environments without regressing existing IPv4 behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.