Should this work in the windows binary
julia> using Sockets
julia> ip=“169.254.4.10”
“169.254.4.10”
julia> port = 5025
5025
julia> instr = connect(ip, port)
ERROR: IOError: connect: connection timed out (ETIMEDOUT)
Stacktrace:
[1] try_yieldto(::typeof(Base.ensure_rescheduled), ::Base.RefValue{Task}) at .\event.jl:196
[2] wait() at .\event.jl:255
[3] wait(::Condition) at .\event.jl:46
[4] stream_wait(::TCPSocket, ::Condition) at .\stream.jl:47
[5] wait_connected(::TCPSocket) at .\stream.jl:263
[6] connect at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Sockets\src\Sockets.j
l:444 [inlined]
[7] connect(::String, ::Int64) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\So
ckets\src\Sockets.jl:427
[8] top-level scope at none:0
It works correctly in Fedora 28 Julia V 0.6.3