Closed vsedach closed 3 years ago
GNU APL src/emacs_mode/TcpListener.cc binds AF_INET on 127.0.0.1, not localhost
Does not work for machines with localhost pointing to ::1 IPv6 loopback address.
GNU APL should be listening to both 127.0.0.1 and ::1. The problem is actually on that side. I will investigate.
There is really no reason to not merge this even if the issue in GNU APL is fixed.
GNU APL src/emacs_mode/TcpListener.cc binds AF_INET on 127.0.0.1, not localhost
Does not work for machines with localhost pointing to ::1 IPv6 loopback address.