Version: 0.8.1, Package name: usockets-0.8.1 |
Maintained by: Aisha Tammy |
Master sites: |
Description uSockets is the cross-platform async networking and eventing foundation library used by uWebSockets. Key aspects: * Built-in (optionally available) TLS support exposed with identical interface as for TCP. * Acknowledges and integrates with any event-loop via a layered hierarchical design of plugins. * Extremely pedantic about user space memory footprint and designed to perform as good as can be. * Designed from scratch to map well to user space TCP stacks or other experimental platforms. * Low resolution timer system ideal for performant tracking of networking timeouts. * Minimal yet truly cross-platform, will not emit a billion different platform specific error codes. * Fully opaque library, inclusion will not completely pollute your global namespace. |
Filesize: 63.936 KB |
Version History (View Complete History) |
|
2020-12-11 15:34:52 by Stuart Henderson | Files touched by this commit (2) |
Log message: oops, missed cvs add |
2020-12-11 15:33:22 by Stuart Henderson | Files touched by this commit (4) |
Log message: update usockets to newer git commit, from Aisha Tammy (maintainer) |
2020-09-16 19:38:30 by Brian Callahan | Files touched by this commit (3) |
Log message: Update to usockets-0.6.0, from maintainer Aisha Tammy with some tweaks by me. Note the major bump, due to a symbol being removed. Changelog: https://github.com/uNetworking/uSockets/releases/tag/v0.6.0 |
2020-06-29 08:30:59 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to usockets-0.4.1, from Aisha Tammy, retyped by me because the patch was mangled, plus I bumped SHARED_LIBS due to additional symbols |