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

giving static ip address to protobuf-c rpc server #92

Closed
lipnitsk opened this issue Nov 18, 2013 · 1 comment
Closed

giving static ip address to protobuf-c rpc server #92

lipnitsk opened this issue Nov 18, 2013 · 1 comment

Comments

@lipnitsk
Copy link
Member

From waje...@xgridtech.com on January 09, 2013 05:12:26

Hi,

I want to assign a static ipv4 address to the server along with the port but the examples that I have seen provide only the port when creating a new rpc server as shown below

server = protobuf_c_rpc_server_new (address_type, name, (ProtobufCService *) &the_dir_lookup_service, NULL);

where name = port number (as character array).

Kindly can you please suggest how can I give the ip address to the rpc server using the protobuf-c rpc implementation.

Thanks

Wajeeha

Original issue: http://code.google.com/p/protobuf-c/issues/detail?id=92

@edmonds
Copy link
Member

edmonds commented Jan 10, 2014

this is in protobuf-c-rpc now

@edmonds edmonds closed this as completed Jan 10, 2014
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

2 participants