Changes between Initial Version and Version 1 of Ticket #2676
- Timestamp:
- 03/24/20 11:28:04 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2676
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
fixed
-
Property
Status
changed from
-
Ticket #2676 – Description
initial v1 5 5 if i use the plain tcp transport, things work fine. if i try to use udp, i get 6 6 ===== on windows ===== 7 {{{ 7 8 Traceback (most recent call last): 8 9 File "E:\Xpra\tags\v3.0.x\src/xpra/net/udp_protocol.py", line 184, in send_control 9 10 AttributeError: 'UDPClientProtocol' object has no attribute 'send_control_failed' 11 }}} 10 12 ===== on linux ===== 13 {{{ 11 14 File "/usr/lib64/python3.7/site-packages/xpra/net/udp_protocol.py", line 184, in send_control 12 15 self._add_packet_to_queue(packet, fail_cb=self.send_control_failed, synchronous=False) 13 16 AttributeError: 'UDPClientProtocol' object has no attribute 'send_control_failed' 17 }}} 14 18 ===== 15 19 … … 17 21 18 22 server: xpra-3.0.7-r25627, centos-7.7.1908, kernel-3.10.0-1062.4.1.el7.x86_64 19 $ xpra start --start-child=xterm --bind-udp=0.0.0.0:14567 --exit-with-children=yes --webcam=no 20 23 {{{ 24 $ xpra start --start-child=xterm --bind-udp=0.0.0.0:14567 --exit-with-children=yes --webcam=no 25 }}} 21 26 clients: 22 27 1) xpra-3.0.7-25627, win10-1909 23 $ Xpra_cmd.exe attach udp://10.10.11.23:14567 28 {{{ 29 $ Xpra_cmd.exe attach udp://10.10.11.23:14567 30 }}} 24 31 2) xpra-3.0.6-2.fc30.x86_64, fedora-30, kernel-5.5.10-100.fc30.x86_64 25 $ xpra attach udp://10.10.11.23:14567 32 {{{ 33 $ xpra attach udp://10.10.11.23:14567 34 }}} 26 35 27 36 config: no changes