unix
Here are 3,608 public repositories matching this topic...
Refs: nodejs/node#43931
Libuv either:
- Posts a "give me a datagram" IOCP request, or
- Queues up a "zero read" to get notified when new datagrams come in
It should be possible in both cases to call WSARecvFrom() a few times to receive more pending datagrams. There should be a limit to avoid denial-of-service attacks. src/unix/udp.c limits it to 32 datagram
-
Updated
Aug 5, 2022 - Shell
-
Updated
Jul 25, 2022
-
Updated
Jul 28, 2022
-
Updated
Aug 5, 2022 - HTML
-
Updated
Jan 5, 2021 - JavaScript
-
Updated
Aug 7, 2022 - Go
-
Updated
May 18, 2022 - Objective-C
I'm happy to announce that I'll be writing the second edition of Data Science at the Command Line (O'Reilly, 2014). This issue explains why I think a second edition is needed, lists what changes I plan to make, and presents a tentative outline. Finally, I have a few words about the process and giving feedback.
Why a second edition?
While the command line as a technology and as a way of w
-
Updated
Aug 5, 2022 - Go
-
Updated
Jul 9, 2022 - C
We needs it. Here's a possible source: https://github.com/ravynsoft/defaults (forked from Procursus)
-
Updated
Aug 7, 2022 - C#
-
Updated
Aug 6, 2022 - Lua
-
Updated
Aug 7, 2022 - Lua
Improve this page
Add a description, image, and links to the unix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unix topic, visit your repo's landing page and select "manage topics."
See #14569 for the initial discussion. For now, hiding an applet requires setting the size to 0. It would be nice if we had an explicit way to hide it instead.