|
remote file descriptors [Updated: now with windows driver] July 02, 2009 03:13AM | Registered: 16 years ago Posts: 7 |
|
Re: remote file descriptors [Updated: now with windows driver] July 27, 2009 10:18PM | Registered: 16 years ago Posts: 8 |
|
Re: remote file descriptors [Updated: now with windows driver] July 30, 2009 03:20PM | Registered: 16 years ago Posts: 8 |
|
Re: remote file descriptors [Updated: now with windows driver] August 02, 2009 11:16AM | Registered: 16 years ago Posts: 7 |
Quote
thiagolr
I tested yesterday and it is working as expected!
It would be nice to have it as libs win32/linux/wii so we could just include it!
What do you think?
Thanks!
|
Re: remote file descriptors [Updated: now with windows driver] August 07, 2009 04:02PM | Registered: 16 years ago Posts: 8 |
|
Re: remote file descriptors [Updated: now with windows driver] August 07, 2009 09:18PM | Registered: 16 years ago Posts: 7 |
|
Re: remote file descriptors [Updated: now with windows driver] August 16, 2009 07:04PM | Registered: 16 years ago Posts: 8 |
case RFD_SHUTDOWN: {
rfd_server_shutdown(p_server);
return 1;
} break;
if (read == 0) {
// orderly shutdown
buf[0] = RFD_SHUTDOWN;
tcp_shutdown(p_ro);
return total_read;
};