How can my client work through a firewall/proxy server?
Answer / chaitanya
If you are running through separate proxies for each service, you shouldn't need to do anything. If you are working through sockd, you will need to "socksify" your application.
| Is This Answer Correct ? | 1 Yes | 0 No |
What exactly does SO_LINGER do?
How do I use TCP_NODELAY?
How can I put a timeout on connect()?
Can a socket have multiple ports?
Explain the TIME_WAIT state.
Why do I get connection refused when the server is not running?
How would I put my socket in non-blocking mode?
What is the difference between connected and unconnected sockets?
How can I read only one character at a time?
Why does the sockets buffer fill up sooner than expected?
What is sae socket?
Can a single socket port be used for multiple applications?