<div class="gmail_quote">On Mon, Feb 28, 2011 at 5:49 PM, Jacob Bender <span dir="ltr">&lt;<a href="mailto:benderjacob44@gmail.com">benderjacob44@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Tutors,<br>
<br>
    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!</blockquote>

<div><br></div><div>If your IP address is changing that frequently, something is probably wrong!</div><div><br></div><div>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.</div>

<div><br></div><div>What are you attempting to program?</div><div><br></div><div>-Wayne</div></div>