cdo
b394f7eb7f
Make proto_sup strategy less strict
2025-02-25 22:23:40 +00:00
cdo
15828b697d
Add timeouts to transport_accept and handshake in tcp_server
2025-02-25 22:17:50 +00:00
cdo
236eed5505
Handle exit properly in session_server
2025-02-25 22:17:50 +00:00
cdo
727c0aedd6
Implement demo of DER comms
2025-02-25 22:17:50 +00:00
cdo
53857bc613
Fix message dropping issue on server
...
The sockets were initially set to active, which meant that data
received immediately after the TLS handshake (before the socket was
transferred to the handle_connection process) were received by the
acceptor process and hence were not handled.
2025-02-25 16:00:04 +00:00
cdo
538405fec9
Move child spec into proto_sup
2025-02-25 16:00:04 +00:00
cdo
4eceba338c
Remove debug io:format() from tcp_server
2025-02-25 16:00:04 +00:00
cdo
ebf9afb4e1
Implement mTLS authentication between client and server
2025-02-23 01:33:18 +00:00
cdo
5ae2b992ef
Modify server to use IPv6
2025-02-22 19:53:37 +00:00
cdo
bf5f517e85
Create initial version of server
...
Just a very simple TCP echo server to get started with.
2025-02-22 12:38:41 +00:00