Hi,
initially I started to set up a Client and then a Server, tested them. Both
were working fine when they were running on different machines, but now I
thought of combining them in the same source code and run them on the same
machine. The result is that I can see no connection between the Client and
the Server. Since I am trying to run it on the same machine in both cases
the IP Address is the same, I have initialized both of them with the same IP
Address.But still I could not establish a connection. I am using UDP for
sending and receiving the data between the Client and the Server. Any
mistake I am making in this case or any important thing I have forgot to
initialize.
For example on Server side:
ServAddr.sin_addr.s_addr = inet_addr("1.2.3.4");
On Client side:
ClientAddr.sin_addr.s_addr = inet_addr("1.2.3.4");
I cant even sniff any data transfer using wireshark.
Regards
Rakeen
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network
management toolset available today. Delivers lowest initial
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users