Elegant HTTP Networking in Swift
-
Updated
Aug 23, 2020 - Swift
{{ message }}
Elegant HTTP Networking in Swift
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
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
Ultra fast asyncio event loop.
eBPF-based Networking, Security, and Observability
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.
A Smart Ethernet Switch for Earth
OpenSnitch is a GNU/Linux port of the Little Snitch application firewall
Reliable & unreliable messages over UDP. Robust message fragmentation & reassembly. Encryption.
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
An encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing.
The easiest HTTP networking library for Kotlin/Android
iOS Debugging Tool
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
High performance, simple, extensible golang open source network library
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
简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
DotNetty project – a port of netty, event-driven asynchronous network application framework
DevOps Guide from basic to advanced with Interview Questions and Notes
A lightweight, one line setup, iOS / OSX network debugging library!
Container Network Interface - networking for Linux containers
A Curated List of Game Network Programming Resources
Add a description, image, and links to the networking topic page so that developers can more easily learn about it.
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.