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

Need specification of ipc:// protocol #6

Closed
hintjens opened this issue Mar 14, 2014 · 6 comments
Closed

Need specification of ipc:// protocol #6

hintjens opened this issue Mar 14, 2014 · 6 comments
Assignees

Comments

@hintjens
Copy link
Member

Problem: there's no formal spec for the ZeroMQ ipc:// protocol

Solution: (1) collect the basic info of the protocol frames used, and then (2) write up as a formal ZeroMQ RFC.

@hurtonm hurtonm self-assigned this Mar 14, 2014
@hurtonm
Copy link
Member

hurtonm commented Mar 16, 2014

ZeroMQ ipc:// transport uses ZMTP protocol.

@hintjens
Copy link
Member Author

Including the full security handshake?

@hurtonm
Copy link
Member

hurtonm commented Mar 16, 2014

Yes, no difference between TCP and IPC in this regard.

@hintjens
Copy link
Member Author

OK, that makes things simple, thanks.

Does this also mean that IPC peers can do CURVE authentication?

On Sun, Mar 16, 2014 at 1:40 PM, Martin Hurton notifications@github.comwrote:

Yes, no difference between TCP and IPC in this regard.

Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-37756040
.

@hurtonm
Copy link
Member

hurtonm commented Mar 16, 2014

Yes, CURVE is supported, as well as PLAIN and NULL.

@hintjens
Copy link
Member Author

zpipes protocol is defined in src/zpipes_msg.bnf

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

No branches or pull requests

2 participants