hello i want the proxy server program using multithreads...can any one help me how to write the code for my project(networking proggram)Reply
In my browser(IE)at client,when i type "www.google.com",I received this error : "...... Ifrom client Client connection to : www.google.akadns.net connect() failed:10060" How can i solve this problem.
ReplyOriginally posted by: Derek
Basically the gethostbyname is failing... just add the host/ip to your /etc/hosts for unix, or system32/drivers/etc/hosts for windoz.
Cheers,
Derek
Originally posted by: Eduard
this program like the http 1.0 connections, setting up your browsers. thank you!
ReplyOriginally posted by: Wei Chen
I complied the sourcecode with MS Visual 6 without any problem.
Can someone tell me how to run this program? I mean should I do any setups?
ReplyOriginally posted by: Ujjal
It worked fine with client( webbrowser) to proxy. Also worked fine with proxy to remote server( for eg. www.msn.com), I can see proxy receiving bytes from client, but when proxy tries to make connecton with remote server, it connects but it fails on recv() function. Does anyone know what is the problem with that? i think it uses port 80 every time it tries connection with remote server, is that a problem?
I had also this fault : "It worked fine with client( webbrowser) to proxy. Also worked fine with proxy to remote server( for eg. www.msn.com), I can see proxy receiving bytes from client, but when proxy tries to make connecton with remote server, it connects but it fails on recv() function. Does anyone know what is the problem with that? i think it uses port 80 every time it tries connection with remote server, is that a problem?
ReplyIn my browser(IE)at client,when i type "www.google.com",I received this error : "...... Ifrom client Client connection to : www.google.akadns.net connect() failed:10060" How can i solve this problem.
ReplyOriginally posted by: AJ
This software doesn't work very well in Win2k. I'm looking for something like this, but with the source code and it must work on Win2k, any suggestions?
Thanks!
ReplyOriginally posted by: abdou
i tried to execute the program but i got like 18 errors and i do not know to handle that.could you please help me with it?
Originally posted by: sorry
could u plz describe how to pass request for an .asp files to ASP engine from a newly developed HTTP server
Originally posted by: gwyn
I was getting numerous error messages.
-------------------Configuration: Proxy - Win32 Debug--------------------
Linking...
Proxy.obj : error LNK2001: unresolved external symbol __imp__listen@8
Proxy.obj : error LNK2001: unresolved external symbol __imp__bind@12
Proxy.obj : error LNK2001: unresolved external symbol __imp__socket@12
Proxy.obj : error LNK2001: unresolved external symbol __imp__htons@4
Proxy.obj : error LNK2001: unresolved external symbol __imp__WSACleanup@0
Proxy.obj : error LNK2001: unresolved external symbol __imp__WSAStartup@8
Proxy.obj : error LNK2001: unresolved external symbol __imp__closesocket@4
Proxy.obj : error LNK2001: unresolved external symbol __imp__WSAGetLastError@0
Proxy.obj : error LNK2001: unresolved external symbol __imp__send@16
Proxy.obj : error LNK2001: unresolved external symbol __imp__recv@16
Proxy.obj : error LNK2001: unresolved external symbol __imp__accept@12
Proxy.obj : error LNK2001: unresolved external symbol __imp__connect@12
Proxy.obj : error LNK2001: unresolved external symbol __imp__gethostbyaddr@12
Proxy.obj : error LNK2001: unresolved external symbol __imp__inet_addr@4
Proxy.obj : error LNK2001: unresolved external symbol __imp__gethostbyname@4
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
Debug/Proxy.exe : fatal error LNK1120: 17 unresolved externals
Error executing link.exe.
Proxy.exe - 18 error(s), 0 warning(s)