Re: [Tutor] Socket and Changing IP's

2011-02-28 Thread Sander Sweers
On Tue,  1 Mar 2011, 01:02:23 CET, Jacob Bender wrote: >          I'm trying to be a host without having to keep the computer on ALL > of the time. Acting as a "Dropbox" would be an example. My IP doesn't > change very often. It's stayed the same for days. The best solution here is to get a

Re: [Tutor] Socket and Changing IP's

2011-02-28 Thread David Hutto
On Mon, Feb 28, 2011 at 7:02 PM, Jacob Bender wrote: > On 2/28/2011 6:57 PM, Wayne Werner wrote: > > On Mon, Feb 28, 2011 at 5:49 PM, Jacob Bender > wrote: >> >> Tutors, >> >>    I was looking into network programming, and I came across a problem. >> Socket programs need an IP address to function

Re: [Tutor] Socket and Changing IP's

2011-02-28 Thread Jacob Bender
On 2/28/2011 6:57 PM, Wayne Werner wrote: On Mon, Feb 28, 2011 at 5:49 PM, Jacob Bender > wrote: Tutors, I was looking into network programming, and I came across a problem. Socket programs need an IP address to function correctly, right? Well,

Re: [Tutor] Socket and Changing IP's

2011-02-28 Thread Wayne Werner
On Mon, Feb 28, 2011 at 5:49 PM, Jacob Bender wrote: > Tutors, > >I was looking into network programming, and I came across a problem. > Socket programs need an IP address to function correctly, right? Well, IP > addresses are always changing, so how should I go about making sockets that > wil

[Tutor] Socket and Changing IP's

2011-02-28 Thread Jacob Bender
Tutors, I was looking into network programming, and I came across a problem. Socket programs need an IP address to function correctly, right? Well, IP addresses are always changing, so how should I go about making sockets that will work for an extended period of time? Thanks in advance!