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

Open
GoogleCodeExporter opened this issue Apr 5, 2016 · 0 comments
Open

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

GoogleCodeExporter opened this issue Apr 5, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 reported on code.google.com by waje...@xgridtech.com on 9 Jan 2013 at 1:12

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