Search found 2 matches

by ssddn
Tue Nov 01, 2005 10:53 pm
Forum: PSP Development
Topic: Updated Wifi sample .03 - DHCP, socket timeout + simple
Replies: 12
Views: 9694

thank you :)
by ssddn
Sun Oct 30, 2005 6:57 pm
Forum: PSP Development
Topic: Updated Wifi sample .03 - DHCP, socket timeout + simple
Replies: 12
Views: 9694

Code: Select all

    int iNetIndex;
    for &#40;iNetIndex = 1; iNetIndex < 100; iNetIndex++&#41; // skip the 0th connection
    &#123;
         .....
    &#125;
why skip the 0th connection?