<ehirdoy>
Hello, I'm using "listen_udpv4" and "listen" to wait some packet, and I want to stop after a specific packet. What's the best way to do that? I could decompose it to socket but then I'll loose the non-unix platform.
<hannes>
ehirdoy: I suspect there's atm no way to "stop listening", would be worth to discuss on the MirageOS mailing list or as a GitHub issue (https://github.com/mirage/mirage should be fine for this)
<ehirdoy>
@hannes, ok, I'll ask on github issue. thanks!