> Am I missing something or does the implementation of TServerSocket
> not provide an api to specify the ip address to bind on?
>
> I can only provide a socket and then Thrift impl just takes the
> first available ip using getaddrinfo... Correct?
>
> The Java version seems to provide a bindaddr
Am I missing something or does the implementation of TServerSocket not provide
an api to specify the ip address to bind on?
I can only provide a socket and then Thrift impl just takes the first available
ip using getaddrinfo... Correct?
The Java version seems to provide a bindaddress...
Best,