https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186808
--- Comment #4 from [email protected] --- This appears to be an upstream bug. https://www.virtualbox.org/browser/vbox/trunk/src/VBox/ExtPacks/VNC/VBoxVNC.cpp#L306 This should be using RDE_QP_NETWORK_PORT_RANGE https://www.virtualbox.org/browser/vbox/trunk/include/VBox/RemoteDesktop/VRDE.h#L1130 and https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp#L570 Otherwise using RDE_QP_NETWORK_PORT a value like 5990-6000 would always be converted to 5990? https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp#L568 If you agree with this I can file a bug with virtualbox.org's public bug tracker. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
