Git Product home page Git Product logo

Comments (5)

gbirchmeier avatar gbirchmeier commented on July 21, 2024

This writeup is terrible.

What we want to verify is that users can specify IPv6-format addresses for SocketConnectHost and SocketAcceptHost, and have their apps connect properly.

I'm not sure how "localhost" factors into this, but the engine should be able to handle it in an appropriate fashion.

from quickfixn.

gbirchmeier avatar gbirchmeier commented on July 21, 2024

Pull request #67 not accepted. Tests requested.

from quickfixn.

jcwild avatar jcwild commented on July 21, 2024

localhost factors into this, because on IPv6 aware machines, localhost resolves to ::1 instead of 127.0.0.1. This is particularly apparent when using stunnel locally to encrypt connections as SocketConnectHost is normally set to localhost to tunnel the connection elsewhere.

QuickFIX allowed "localhost" in the configuration, therefore all QuickFIX config files referencing this will break with QuickFIX/n.

from quickfixn.

jcwild avatar jcwild commented on July 21, 2024

Anyone looking at this one? It's a bit of a pain because every time any of our clients upgrade, they get in touch with us to say their config no longer works. E.g. they get an error like so:

Connecting to ::1 on port 12345
Connection failed: An address incompatible with the requested protocol was used [::1]:12345

We then have to tell them to change any references to Localhost in their config explicitly to the IPv4 address.

from quickfixn.

gbirchmeier avatar gbirchmeier commented on July 21, 2024

Literally haven't thought about it for a year. No one was demanding it, so I have not prioritized it.

I'd love to get it knocked out. It would probably be easy for someone with the knowledge of IPv6/C# specifics, but I'm not that guy right now.

from quickfixn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.