PDA

Click to See Complete Forum and Search --> : Sending data to yourself.


greg_schmit
Jan 14th, 2008, 10:43 AM
I am wondering if I am using a winsock control and I want to send data to my own computer if I should use my ip address or should I use 127.0.0.1.

Thanks!

Hack
Jan 14th, 2008, 11:28 AM
From where are you sending it?

Atheist
Jan 14th, 2008, 11:59 AM
If the computer receiving the message should be the same one thats sending the message then yes, 127.0.0.1 is the IP you should use.