Skip to content

Commit

Permalink
VNCConn: set connect timeout
Browse files Browse the repository at this point in the history
Closes #226
  • Loading branch information
bk138 committed Nov 3, 2023
1 parent d1274c5 commit f5f76b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/VNCConn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,7 @@ bool VNCConn::setupClient()
cl->HandleXvpMsg = thread_handle_xvp;

cl->canHandleNewFBSize = TRUE;
cl->connectTimeout = 5;

return true;
}
Expand Down

0 comments on commit f5f76b0

Please sign in to comment.