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 is LILO?
Can multiple clients connect to same socket?
What is the difference between connected and unconnected sockets?
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?
of the socket? Does doing a connect() call affect the receive behaviour?
What exactly does SO_REUSEADDR do?
What is a sae socket?
How can I find the full hostname (FQDN) of the system I am running on?
Why do we need socket programming?
What are the pros/cons of select(), non-blocking I/O and SIGIO?
How many sockets can a port have?
How can I set the timeout for the connect() system call?