Hi,
I store some application data using FDS and I don't want peer manager to occupy all the space allocated to FDS (so I don't have enough space to store my application data when there are many peers stored by the peer manager as the time goes). I was thinking about limiting number of peers stored - when pm_peer_count() exceeds say 20 I delete peer with lowest rank. Is there better solution?
Martin