Does ETA libraries supports IPV6?

If I have ipv6 address for TREP server, then will it be supported by ETA library ?

Best Answer

  • zoya faberov
    Answer ✓

    Hello @Bhimrao.Ghule,

    I have not personally tested this, but I believe that ETA will do so, if you build RTSDK from source code, that is available on

    GitHub -> Refinitiv / Real-Time-SDK

    with the option for IPV6 enabled.


    I am looking at make/build files for RTSDK 2.0 "CMakeCache.tt")

    "/Define if you want to enable IPv6 support

    ENABLE_IPV6:BOOL=OFF"

    Consequently, if you need this option, please build from source with the option ON and test.

    Hope this helps