How do i bind a TCP server port to 127.0.0.1. I've been trying to use
TCP OPEN SERVER ADDR, but it seems to want a Long, not a string.
So which API do i use to convert the dotted-IP?
Ta very much.
- Nathan
LOCAL ip AS LONG hSock = FREEFILE HOST ADDR "127.0.0.1" TO ip TCP OPEN SERVER ADDR ip PORT 400 AS hSock TIMEOUT 90
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment