8 Commits

Author SHA1 Message Date
Alex Potsides
87c684e245 webrtc: add FIN_ACK to close datachannels without data loss (#582)
Specify closing datachannels in a way that ensures all data has been received by the remote before closing.

Fixes: #575

---------

Co-authored-by: Max Inden <mail@max-inden.de>
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
2023-10-05 09:20:27 +01:00
Doug A
50db89f3a7 docs(webrtc): improve negotiated documentation (#567) 2023-08-14 18:10:25 +02:00
Max Inden
f8f32f73d1 feat(webrtc): add WebRTC (prev. browser-to-browser) spec (#497)
Introduces the webrtc protocol - a libp2p transport protocol enabling two
private nodes (e.g. two browsers) to establish a direct connection.
2023-04-12 09:30:21 +02:00
Prithvi Shahi
d4b5fb0152 chore: update webrtc implementation links (#527) 2023-03-01 16:41:56 -08:00
Danny Salman
1ec40b3f9c refactor: use rfc6890 special-purpose addresses (#505) 2023-01-23 15:02:20 +01:00
Prithvi Shahi
cfcf0230b2 chore: update lifecycle and maturity (#484) 2022-11-27 18:35:02 -08:00
Prithvi Shahi
0ee005fa52 chore: proposal to update WebRTC Browser to Server to Candidate Recommendation (#482) 2022-11-22 18:06:00 -08:00
Max Inden
e74a82bba0 webrtc/: Add libp2p WebRTC browser-to-server spec (#412)
Enable browsers to connect to public server nodes without those server nodes
providing a TLS certificate within the browser's trustchain.

Co-authored-by: Chinmay Kousik <chinmaykousik1@gmail.com>
Co-authored-by:  Anton Kaliaev
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
2022-11-09 06:10:40 -05:00