Hello all, I'm wondering if it's possible to open a unix domain socket with SOCK_SEQPACKET in Racket? It looks like currently unix-socket-lib uses SOCK_STREAM, and doesn't allow you to configure that flag. Is there a reason for this, or would it be a good idea to add this feature to the unix-socket-lib library? I would rather not issue the C FFI calls myself, because non-blocking IO is fairly difficult to do correctly from my previous impressions with it.
Thanks. Milo -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/0f4ba32a-58d3-4199-87cb-ebf51bc957a7%40googlegroups.com.