hexresearch / hexresearch/hschain

Node can't listen when IPv6 disabled

Open
#126 1 comment 0 reactions 1 assignee Claimed by @dmalkr View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.