There is a small change that chould be applied to source code (rshd.c) ro avoid this. Change include winsock.h to winsock2.h, look for shutdown() function in source file and change second parameter of shutdown() function from 2 to SD_RECEIVE. That should do it.
There is a small change that chould be applied to source code (rshd.c) ro avoid this. Change include <winsock.h> to <winsock2.h>, look for shutdown() function in source file and change second parameter of shutdown() function from 2 to SD_RECEIVE. That should do it.</winsock2.h></winsock.h>