mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-03 14:21:28 +03:00
show TCP/UDP/IPv6 in tooltip (#12613)
* add punch type log Signed-off-by: 21pages <sunboeasy@gmail.com> * show TCP/UDP/IPv6 in tooltip Signed-off-by: 21pages <sunboeasy@gmail.com> * Skip udp punch if udp nat port is 0 Signed-off-by: 21pages <sunboeasy@gmail.com> --------- Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -716,12 +716,13 @@ impl InvokeUiSession for FlutterHandler {
|
||||
);
|
||||
}
|
||||
|
||||
fn set_connection_type(&self, is_secured: bool, direct: bool) {
|
||||
fn set_connection_type(&self, is_secured: bool, direct: bool, stream_type: &str) {
|
||||
self.push_event(
|
||||
"connection_ready",
|
||||
&[
|
||||
("secure", &is_secured.to_string()),
|
||||
("direct", &direct.to_string()),
|
||||
("stream_type", &stream_type.to_string()),
|
||||
],
|
||||
&[],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user