On Mon, Feb 28, 2011 at 5:49 PM, Jacob Bender <benderjaco...@gmail.com>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
> will work for an extended period of time? Thanks in advance!


If your IP address is changing that frequently, something is probably wrong!

Your IP should basically stay the same from the time you connect to the
internet until the time you disconnect - longer if you use static IPs.

What are you attempting to program?

-Wayne
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to