-
Updated
Oct 5, 2020 - Swift
networking
Here are 3,810 public repositories matching this topic...
We just merged the CachePolicyPlugin example and we'd love to have it translated in our CN docs. Please respond here if you'd like to take care of that - thanks!
-
Updated
Oct 13, 2020 - Rust
-
Updated
Oct 13, 2020 - Python
-
Updated
Oct 14, 2020 - Go
If you want to work with a complete socket address type including port, we have a helper in SocketAddress. However, the moment you want to talk only about an IP address we force you to hold an in_addr or in_addr6 structure: hardly the friendliest versions of these data types.
We should provide a helpful wrapper IPAddress type that can be converted into those types as needed. This would
It would be useful to be able to toggle/flag into a process-level mode to group by pid and display more process-level information like the full command line.
- For the "Utilization by process name" window, we could group by pid rather than process name so that it's easier to find specific heavy network resource consumers.
- For the "Utilization by connection" window, including the pid + cmdlin
-
Updated
Oct 13, 2020 - C++
-
Updated
Jun 4, 2020 - Python
-
Updated
Oct 2, 2020 - Java
-
Updated
Oct 12, 2020 - C++
-
Updated
Oct 5, 2020 - C
-
Updated
Oct 8, 2020 - Assembly
-
Updated
Oct 14, 2020 - Kotlin
-
Updated
Sep 29, 2020 - Swift
What should happen if deliver_cancel raises an exception? In the current implementation, the shielded cancel scope will prevent it from propagating until the process exits, which might take a while if the crash occurred before signaling the process in any way. Maybe on exception from a user-specified deliver_cancel we should call the default deliver_cancel to kill the process? Or just kill() since
-
Updated
Sep 21, 2020 - Go
We currently only test our autoscaling behavior for concurrency and rps. We should add an e2e test that also asserts we properly scale on `
-
Updated
Sep 7, 2020 - C++
Cloud Providers
Add following Contents to Cloud Providers - https://github.com/Tikam02/DevOps-Guide/tree/master/Cloud_providers
- Add basic concepts of following providers:
- AWS
- GCP
- Azure
- Add tips & tricks
- Add commands
Add more contents
-
Updated
May 24, 2020 - C#
-
Updated
Jul 15, 2020 - C++
If you are using gnet in your projects and willing to display the name of your project or corporation on the home page, please feel free to open a PR for it.
This is where I show the user cases: User cases of gnet for English, gnet 用户案例 for Chine
-
Updated
Oct 8, 2020 - Go
Improve this page
Add a description, image, and links to the networking topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the networking topic, visit your repo's landing page and select "manage topics."
See: https://illumos.org/man/5/epoll
Idea: move logic from src/unix/linux-core.c to src/unix/epoll.c and share that between Linux and Illumos.
Motivation:
diff --git a/src/unix/core.c b/s