alpha
Login
or
Join now
gazagnaire.org
/
ocaml-slirp
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
User-mode network gateway (SLIRP / vpnkit) in pure OCaml
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ocaml-slirp
/
lib
3 folders
3 files
at
main
Thomas Gazagnaire
slirp: supply the offload writer from the host edge
4d ago
4a6b4084
eio
slirp: supply the offload writer from the host edge The gateway keeps the write_offload switch and hands each splice the eio-net.unix writer for its flow, keeping the host-OS primitive out of the portable tcp library.
4 days ago
gateway
slirp: default the gateway to offloaded socket writes Follows the splice default from E42; the bench forwards TCP_WRITE_OFFLOAD=false as the inline-write control arm.
4 days ago
sqlite
slirp: clear the package's merlint debt No behavior change. The four over-length functions split along their seams: the gateway record build, shard inbound imports, ingest lanes, output splitting and the worker loop, input dispatch, owned-frame dispatch, the sharded snapshot, and startup forward registration are each their own named function. The two dhcp helpers merge into one. Flow ids gain an equal_flow_id the tests use instead of polymorphic compare; Printf gives way to Fmt or plain concatenation; the make_/create_ prefixes and the Mailbox constructor follow the naming convention; the sqlite test suite is named after its file; the close in the accept loop catches Eio.Io instead of everything.
6 days ago
dune
slirp: supply the offload writer from the host edge The gateway keeps the write_offload switch and hands each splice the eio-net.unix writer for its flow, keeping the host-OS primitive out of the portable tcp library.
4 days ago
slirp.ml
slirp: require typed config and keep socket reads in Eio
5 days ago
slirp.mli
slirp: require typed config and keep socket reads in Eio
5 days ago