Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Use ip:port as client identifier #1

Open
troglobit opened this issue Sep 3, 2015 · 0 comments
Open

Use ip:port as client identifier #1

troglobit opened this issue Sep 3, 2015 · 0 comments

Comments

@troglobit
Copy link
Owner

Currently it's not possible to run an omping server and two clients from same IP. Main problem is, that the client is identified only by IP address and not the traditional IP:PORT tuple.

This means, that rh_list must be changed to a list of server info and a list of clients info. The list of clients info doesn't change much, but list of server info (about clients) must be dynamically expandable. This also means (because of memory reasons) to implement some kind of garbage collector which will free long time unused client info after some period of time (few minutes but should be tunable).

From Trac issue #35, initially targeted at v0.0.5.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant