Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: TCP port for immsd #17

Open
GoogleCodeExporter opened this issue Aug 17, 2015 · 1 comment
Open

Feature request: TCP port for immsd #17

GoogleCodeExporter opened this issue Aug 17, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Porting IMMS to some platforms is difficult because those platforms do not 
provide support for unix domain file sockets (which immsd uses to communicate 
with clients). It may be easier to port IMMS and build clients on other systems 
if immsd can use a TCP port to communicate.

Investigate whether using a TCP socket is feasible and if so write code to make 
it happen. Clients can then be updated as needed.

immsd should still use file sockets by default, to not break compatibility with 
older/existing clients.

Original issue reported on code.google.com by dave.sch...@gmail.com on 22 Jan 2011 at 2:32

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

No branches or pull requests

1 participant