hexresearch / hexresearch/hschain
Node can't listen when IPv6 disabled
Open
bug
network
Task
- Dominant language
- C
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We can disable IPv6 by passing `ipv6.disable=1` option when load linux kernel.
After that, nodes can't bind listen socket with `Killed by Network.Socket.socket: unsupported operation (Address family not supported by protocol)` message.
Assumption: it is due to `getHostByName` return both addresses -- IPv6 & IPv4 -- even through IPv6 disabled.
**Also, nodes can't run in docker with ipv4.**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.