----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63795/#review191196 -----------------------------------------------------------
src/checks/tcp_connect.cpp Line 86 (original), 84 (patched) <https://reviews.apache.org/r/63795/#comment268831> `AF_UNSPEC` is default. You can just do `net::IP::parse` Also instead of `parse` can we use `_ip`? src/checks/tcp_connect.cpp Lines 90 (patched) <https://reviews.apache.org/r/63795/#comment268890> Why do we need this? `net::IP::in` and `net::IP::in6` already give this functionality we should just use those? - Avinash sridharan On Nov. 16, 2017, 7:21 a.m., Qian Zhang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/63795/ > ----------------------------------------------------------- > > (Updated Nov. 16, 2017, 7:21 a.m.) > > > Review request for mesos, Alexander Rukletsov and Avinash sridharan. > > > Bugs: MESOS-8050 > https://issues.apache.org/jira/browse/MESOS-8050 > > > Repository: mesos > > > Description > ------- > > Made `mesos-tcp-connect` support IPv6. > > > Diffs > ----- > > src/checks/tcp_connect.cpp 2514f4aebcc634b18cd2b3c36529222fe456e903 > > > Diff: https://reviews.apache.org/r/63795/diff/2/ > > > Testing > ------- > > > Thanks, > > Qian Zhang > >
