initial commit

I have an implementation of reliable messages in another
repo, but I want to start over with a focus on streams.
This commit is contained in:
Jarvis Carroll
2025-10-23 08:47:40 +00:00
commit e9efcccfd0
8 changed files with 120 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{application,msp,
[{description,"Reliable transport over UDP"},
{registered,[]},
{included_applications,[]},
{applications,[stdlib,kernel]},
{vsn,"0.1.0"},
{modules,[zx,zx_auth,zx_conn,zx_conn_sup,zx_daemon,zx_key,
zx_lib,zx_local,zx_net,zx_peer,zx_peer_man,
zx_peer_sup,zx_peers,zx_proxy,zx_sup,zx_tty,
zx_userconf,zx_zsp,funfile,appmod,'_state','_sup',
'_top',appmod,'_client','_client_man','_client_sup',
'_clients','_sup',appmod,'_con','_gui','_sup',
simplecli,worker,worker_man,worker_sup,workers]},
{mod,{msp,[]}}]}.