mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-09-05 03:33:46 +00:00
2 lines
866 B
HTML
2 lines
866 B
HTML
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>HostLink session state and frame routing</title></head><body><main data-praxis-anchor="model:hostlink-integration" data-praxis-kind="uml_model" data-praxis-status="confirmed"><h1>HostLink session state and frame routing</h1><p>The code does not have a HostlinkSession class. A session is expressed by<code>LinkState</code>、<code>Status</code>、<code>SessionRuntime</code> and a set of explicit functions.</p><h2>Separation of duties</h2><ul><li>Transport transports bytes.</li><li>SessionRuntime saves the link, sequence number, deadline and status/GPS throttling.</li><li>Frame router produces type decisions.</li><li>service/config/event/app-data codecs translation payload.</li></ul><p><a href="hostlink-session.html">Drill down: LinkState and handshake life cycle</a></p></main></body></html>
|