baidu / braft

An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
Apache License 2.0
3.86k stars 865 forks source link

braft支持ipv6吗? #376

Open fengfei5551223 opened 1 year ago

PFZheng commented 1 year ago

目前不支持。这个依赖brpc base::EndPoint的改动,在brpc支持后才可能支持

ehds commented 1 year ago

https://github.com/apache/brpc/pull/2139 https://github.com/apache/brpc/pull/1560 brpc 应该已经支持了。

fengfei5551223 commented 1 year ago

IPV6的支持是大势所趋,势在必行