Re: pil21 + OpenBSD

2021-05-11 Thread Frithjof Schulze
On 11.05.21 10:30, Mike wrote: >> >> I will try to find out more. The problem is in 'listen' so the 'wait' or >> 'accept'. I can send from PicoLisp to a listening netcat, but sending >> from netcat to a listening PicoLisp hangs. > > Please run your code on latest pil21 from now or show us example

Re: pil21 + OpenBSD

2021-05-11 Thread Mike
> > I will try to find out more. The problem is in 'listen' so the 'wait' or > 'accept'. I can send from PicoLisp to a listening netcat, but sending > from netcat to a listening PicoLisp hangs. Please run your code on latest pil21 from now or show us example of code. BTW, sending over udp works:

Re: pil21 + OpenBSD

2021-05-11 Thread Mike
hi all, > pil21 on OpenBSD still works fine, except for networking, because 'port' > in @lib/net.l creates an IPv6 socket (domain AF_INET6), and then tries > to set the IPV6_V6ONLY option. This option is read-only in OpenBSD and > always set to true. OpenBSD is not tier1 support system and

Re: pil21 + OpenBSD

2021-05-11 Thread Frithjof Schulze
Hi, Alex, On 11.05.21 07:25, Alexander Burger wrote: >> I tried to remove those few lines and use IPv6-only for some tests, but >> so far wasn't successful. So I resorted to just use PicoLisp on Linux, >> which is fine by me ;) > Can anybody try to find out what else goes wrong? I will try to