cable unplug problem

  • Thread starter Thread starter d.e.deaton
  • Start date Start date
D

d.e.deaton

I am running 2 different programs on one PC with no outside net , hence no
cable,
and I wish to send upd and tcp messages between the two task.
On a NT computer ,I can send udp and tcp messages between to different
Tasks
(programms) using UDP and TCP messages. but on w2k I must have a cable plug
in and I do not wish to to a cable plug in becaus iI do not have an outsid
net.
to run the same tasks. Is there any one out there that can help .
 
d.e.deaton said:
I am running 2 different programs on one PC with no outside net ,
hence no cable,
and I wish to send upd and tcp messages between the two task.
On a NT computer ,I can send udp and tcp messages between to
different Tasks
(programms) using UDP and TCP messages. but on w2k I must have a
cable plug in and I do not wish to to a cable plug in becaus iI do
not have an outsid net.
to run the same tasks. Is there any one out there that can help .

You do not need a cable plug in send and receive TCP packets between the
same computer. Make sure that you use the localhost address i.e. 127.0.0.1
and not the IP assigned to the NIC.
 
Back
Top