Maybe the FileTransferTimeout setting is actually seconds instead of milliseconds?
From vncclient.cpp
case rfbFileChecksums:
m_socket->SetSendTimeout(m_server->GetFTTimeout()*1000);
connected = m_client->ReceiveDestinationFileChecksums(Swap32IfLE(msg.ft.size), Swap32IfLE(msg.ft.length ...
Search found 4 matches
- 2010-07-20 14:05
- Forum: Olders
- Topic: File Transfer WriteExact: Socket Error While Writing
- Replies: 4
- Views: 14677
- 2010-07-19 22:01
- Forum: Olders
- Topic: File Transfer WriteExact: Socket Error While Writing
- Replies: 4
- Views: 14677
Re: File Transfer WriteExact: Socket Error While Writing
After looking through the source, it looks like the timeout setting in ultravnc.ini is the "FileTransferTimeout" which defaults to 30. I'm guessing that is milliseconds and that it is capped ad 60ms. Which might be the source of the problem given that VSAT networks typically have from 500ms to 1 ...
- 2010-07-15 14:18
- Forum: Olders
- Topic: File Transfer WriteExact: Socket Error While Writing
- Replies: 4
- Views: 14677
Re: File Transfer WriteExact: Socket Error While Writing
After reviewing release notes etc. I'm wondering if the tcp timeout logic that was implemented to avoid a endless loop during file transfer (I'm thinking around v 1.0.5 something) has the timeout set a little to low. I haven't found where/if that setting is configurable or not. I would like to ...
- 2010-07-13 15:58
- Forum: Olders
- Topic: File Transfer WriteExact: Socket Error While Writing
- Replies: 4
- Views: 14677
File Transfer WriteExact: Socket Error While Writing
After upgrading to uvnc 1.0.8.2 we are seeing many cases when we can't tranfer files from the server pc back to the viewer. When we start the file transfer it transfers a few packets then locks up. Eventually the File Transfer screen closes and displays the "WriteExact: Socket Error While Writing ...