Custom Query (230 matches)
Results (91 - 93 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#30 | fixed | Deal with xpra server blocking on dead sockets | ||
Description |
Detect when an xpra server has crashed hard and is blocking on a socket. At the moment we call dotxpra.sockets()
which may block forever...
|
|||
#31 | fixed | dont DoS the line with icon requests | ||
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. |
|||
#32 | fixed | port_mapper will eventually run out of ports | ||
Description |
We currently do not free_ports(), but we should... |