Opened 15 years ago
Closed 15 years ago
#32 closed defect (fixed)
port_mapper will eventually run out of ports
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | critical | Milestone: | 0.9 |
Component: | Client | Keywords: | |
Cc: |
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).
Note: See
TracTickets for help on using
tickets.
Fixed in r1316 (main changeset) and r1317 (SOCK_REUSE workaround changeset)