Hi Jon, > Cloud9 IDE Support, I have to set the IP to which the socket (port > 8080) should bind, to 127.6.26.129. How do I set this IP in > PicoLisp?
Though I'm not very knowledgeable about those network issues, I'm afraid this is not directly possible. The Lisp-level 'port' function, which does the 'bind'ing internally, has 'in6addr_any' hard-coded. So you need to either modify "src64/net.l" (around line 36), or do the whole binding in a separate 'native' function call. Any other idea (e.g. some proxy)? ♪♫ Alex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe