How can my client work through a firewall/proxy server?
Answer Posted / 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 |
Post New Answer View All Answers
Why does the sockets buffer fill up sooner than expected?
What is a socket address?
How can I set the timeout for the connect() system call?
What is sae socket?
How can I force a socket to send the data in its buffer?
What is a socket connection?
What is af_inet in socket?
What is the difference between SO_REUSEADDR and SO_REUSEPORT?
How many socket connections can a server handle?
Is tcp or unix socket faster?
How do I use TCP_NODELAY?
How can I tell when a socket is closed on the other end?
Is there any advantage to handling the signal, rather than just ignoring it and checking for the EPIPE error? Are there any useful parameters passed to the signal catching function?
What are the pros/cons of select(), non-blocking I/O and SIGIO?
What are the types of sockets?