Petr quoting me:
> For some reason
> it   doesn't seem possible   to create a   udp listen port,
> though.  

  In view you can see that udp listen ports are working:

  ;-- UDP listen and send --

    x: open udp://:9090
    close insert open udp://localhost:9090 "hello udp!"
    y: wait reduce [x 1]
    copy y
    == "hello udp!"


    -jeff

Reply via email to