J
Jimbo
Guest
Does anyone know why Xilinx' socket function library, xilsock.h, does
not contain a xilsock_connect() function?
Also, do you know how xilsock_accept() works? It appears to be
non-blocking by default. Is this the case?
At this moment, the client I have running on a windows PC is getting a
WSACONNREFUSED error when it attempts to connect() to a socket on the
V2Pro. The server on the V2Pro is spinning in a loop that executes
xilsock_accept().
I've tried various port numbers and the connect error is the same. If
you have any insight from just this info, please let me know. Also if
you have the time and would like to see the code, I'd be happy to
email it to you. Or I can probably post it here later.
Thanks,
Jim
not contain a xilsock_connect() function?
Also, do you know how xilsock_accept() works? It appears to be
non-blocking by default. Is this the case?
At this moment, the client I have running on a windows PC is getting a
WSACONNREFUSED error when it attempts to connect() to a socket on the
V2Pro. The server on the V2Pro is spinning in a loop that executes
xilsock_accept().
I've tried various port numbers and the connect error is the same. If
you have any insight from just this info, please let me know. Also if
you have the time and would like to see the code, I'd be happy to
email it to you. Or I can probably post it here later.
Thanks,
Jim