-
Updated
Aug 23, 2020 - Swift
networking
Here are 3,690 public repositories matching this topic...
Currently we use a pretty naive removal of testing dependencies for SwiftPM by setting an environment variable. We should be able to use Rocket and update our Rakefile script to just remove testing dependencies on each release, and keep it in the development process thanks to that.
The idea came from this PR that I saw RxSwiftCommunity/RxOptional#83, which sounds reall
-
Updated
Aug 28, 2020 - Rust
-
Updated
Jul 10, 2020 - Python
-
Updated
Aug 29, 2020 - Go
After discussion with @Lukasa on Discord, it's been shown that the function should not return FileRegion as can be seen from the comments in #975. Hence, just a nit to remove FileRegion from the function docs return type.
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
Aug 27, 2020 - C++
-
Updated
Jun 4, 2020 - Python
-
Updated
Aug 22, 2020 - Java
-
Updated
Aug 29, 2020 - C++
-
Updated
Aug 27, 2020 - C
-
Updated
Aug 2, 2020 - Assembly
-
Updated
Aug 7, 2020 - Kotlin
-
Updated
Aug 27, 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
Aug 13, 2020 - Go
The queue-proxy's main.go file contains a lot of stuff currently and is hard to test. We should decompose the queue-proxy where poss
-
Updated
Aug 6, 2020 - C++
-
Updated
May 24, 2020 - C#
-
Updated
Jun 16, 2020 - HTML
-
Updated
Aug 6, 2020 - Swift
-
Updated
Aug 28, 2020 - Go
-
Updated
Jul 15, 2020 - C++
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."
The BSDs let you pass path names longer than
sizeof(s.sun_path), they read past the end whensocklen > sizeof(struct sockaddr_un)up to a limit1. Let's support that.1 I'm 80% sure it's 255 on all BSDs but it certainly is on Darwin and FreeBSD.