Dmitry Shachnev, on Sun 03 Jan 2016 20:36:28 +0300, wrote:
>   socket/qnativesocketengine_unix.cpp:211:17: error: 'IPV6_RECVPKTINFO' was 
> not declared in this scope
>   socket/qnativesocketengine_unix.cpp:226:17: error: 'IPV6_RECVHOPLIMIT' was 
> not declared in this scope
> 
>   
> http://code.qt.io/cgit/qt/qtbase.git/tree/src/network/socket/qnativesocketengine_unix.cpp
> 
> RFC 3542 (which is 12 years old), and Hurd should really support it. Is that
> (still) not the case?

The TCP/IP stack supports it, but nobody took the time to plug it in so
far.

> What can we do to make that code work on Hurd?

Either finding developer time to plug it in, or make the use of the
macro conditional, just like it is done for IP_PKTINFO.

Samuel

Reply via email to