Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 230)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#31 fixed dont DoS the line with icon requests Antoine Martin Antoine Martin
Description

When connected to a server via a slow line (<1Mbit?) we should just use the local icons and be happy with that rather than requesting lots of blobs from the server.
A standard install may have ~80 commands, each with a 5K icon so this could take up 400KB of bandwidth.
On MS Windows, there are no local icons, so we may want to throttle it instead.

#32 fixed port_mapper will eventually run out of ports Antoine Martin Antoine Martin
Description

We currently do not free_ports(), but we should...
We should not re-use these ports immediately (just in case nx/xpra/vnc whatever does not set SOCK_REUSE) but we need to keep track of them and allow those to be re-used.

If there are too many ports reserved (threshold?) we can just clear the list and start again (we re-detect ports that really are assigned).

#36 fixed don't use SCP to open file on a local server Antoine Martin Antoine Martin
Description

At the moment, we use the same process using FileCopier, but we could just open the file directly!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.