Commit Graph

17 Commits

Author SHA1 Message Date
676e5f3501 docs: Remove unnecessary value argument from gettimeout 2025-02-23 11:12:41 +03:00
4dad084cfd docs: Fix udp documentation gettimeout typo 2025-02-23 11:12:41 +03:00
93eef5015e chore(docs): update LTN12 links (#428) 2024-03-15 12:55:02 +01:00
23241717bf fix(docs): link to included LTN documents (#426) 2024-03-05 23:18:24 +03:00
453a5207ed style(docs): Trim trailing whitespace in HTML docs
Many editors remove these automatically anyway which makes opening and
editng the docs cause a bunch of noise. This is just to get the noise
out of the way in a style commit so it doesn't leak into other PRs
2023-11-11 08:07:38 +03:00
de359ea408 chore(core): Update version markers to last released version
Closes #401
2023-11-11 00:48:02 +03:00
87c48f3e4d Merge pull request #364 from lunarmodules/cleanup 2022-08-24 12:31:18 +02:00
95b7efa9da chore: Release v3.1.0 2022-07-27 10:07:00 +03:00
d1ad8160cb feat(tcp): Add support for TCP Defer Accept
This makes it so that a listening socket does not become readable for
accept() until a connection has been fully established *and* started
sending something, thus the program doesn't have to wait for the first
data. This only makes sense for client-speaks-first protocols.

Co-authored-by: Caleb Maclennan <caleb@alerque.com>
2022-07-27 09:40:18 +03:00
0c7df119c2 feat(tcp): Add support for TCP Fast Open 2022-07-27 09:16:43 +03:00
0fc0122df8 cleanup; move logo file into docs, more appropriate 2022-03-29 13:33:00 +02:00
ec7d7a2b8f cleanup; delete unreferenced powerpoint file from docs 2022-03-29 13:33:00 +02:00
1d61853ab8 chore: Update internal version references to match release (#370) 2022-03-28 11:53:32 +00:00
88c8a85cb6 chore: Release v3.0.0 2022-03-25 11:05:48 +03:00
f7f0a77a3d docs: Drop obsolete changelog from docs index 2022-03-25 10:59:23 +03:00
2eac895039 Update URL references to source repository 2022-03-23 00:16:23 +03:00
f98977b2da Move doc→docs so we can serve it with GitHub Pages 2022-03-23 00:11:24 +03:00