Opened 14 years ago

Closed 14 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).

Change History (1)

comment:1 Changed 14 years ago by Antoine Martin

Resolution: fixed
Status: newclosed

Fixed in r1316 (main changeset) and r1317 (SOCK_REUSE workaround changeset)

Last edited 13 years ago by Antoine Martin (previous) (diff)
Note: See TracTickets for help on using tickets.