am getting an error "java.net.SocketException: Malformed reply from SOCKS server" when trying to create a socket to an ip.but when i use localhost,its working fine Error Socket skt=new Socket("192.168.1.18",4000); working Socket skt=new Socket("localhost",4000);View...