You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Communication works well; ping, sockperf and whatever. However when exasock is added to the mix, the following error returns on connect(): EADDRNOTAVAIL (Cannot assign requested address).
Server side: nc -l 192.168.80.2 11111
Exablaze side: nc -s 192.168.80.3 192.168.80.2 11111 ✔️
Exablaze side with exasock: EXASOCK_DEBUG=1 exasock --trace --debug nc -s 192.168.80.3 192.168.80.2 11111:
Running exanic-2.7.3-1.el9.x86_64, but also the provided fc32 RPMs yielded the same.
With UDP (nc -u) it seems to work with exasock, however, no accelerated sockets are seen using exasock-stat. Suspecting the socket is not accelerated and this is why it does work.
The text was updated successfully, but these errors were encountered:
Communication works well; ping, sockperf and whatever. However when
exasock
is added to the mix, the following error returns onconnect()
:EADDRNOTAVAIL (Cannot assign requested address)
.Server side:
nc -l 192.168.80.2 11111
Exablaze side:
nc -s 192.168.80.3 192.168.80.2 11111
✔️Exablaze side with exasock:
EXASOCK_DEBUG=1 exasock --trace --debug nc -s 192.168.80.3 192.168.80.2 11111
:Running
exanic-2.7.3-1.el9.x86_64
, but also the provided fc32 RPMs yielded the same.With UDP (
nc -u
) it seems to work with exasock, however, no accelerated sockets are seen usingexasock-stat
. Suspecting the socket is not accelerated and this is why it does work.The text was updated successfully, but these errors were encountered: