Development is going on nicely...
Working on the Server now. It will be a multi-threaded server (u want more than 1 file-transfer at one time right?
). If everything works as planned, it should be done in 1 week maybe?
Question for people that know winsocks:
If my socket listens on say port 1234, can it connect to more than 1 computer at the same time through the same port? Eg. do my server threads have to use mutexes so that only one server thread can send/receive data at a time?
~Alex.