Skip to content

Commit 72ba9cd

Browse files
committed
remove mDNS support
1 parent 20662bf commit 72ba9cd

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@
124124
<input type="checkbox" id="dtls" name="dtls" disabled="disabled" checked="checked"> <label for="dtls">DTLS</label>
125125
<a href="https://crates.io/crates/rtc-dtls"><img src="https://img.shields.io/crates/v/rtc-dtls.svg"></a>
126126
<br>
127-
<input type="checkbox" id="mdns" name="mdns" disabled="disabled"> <label for="mdns">mDNS</label>
128-
<a href="https://crates.io/crates/rtc-mdns"><img src="https://img.shields.io/crates/v/rtc-mdns.svg"></a>
127+
<!--input type="checkbox" id="mdns" name="mdns" disabled="disabled"> <label for="mdns">mDNS</label>
128+
<a href="https://crates.io/crates/rtc-mdns"><img src="https://img.shields.io/crates/v/rtc-mdns.svg"></a-->
129129
&nbsp;
130130
<input type="checkbox" id="stun" name="stun" disabled="disabled" checked="checked"> <label for="stun">STUN</label>
131131
<a href="https://crates.io/crates/rtc-stun"><img src="https://img.shields.io/crates/v/rtc-stun.svg"></a>
@@ -146,7 +146,7 @@
146146
<tr>
147147
<td style="border: 0"><img src="./res/rtc_crates_dep_graph.png"></td>
148148
<td style="border: 0">&nbsp;</td>
149-
<td style="border: 0"><img src="./res/webrtc_stack.png"></td>
149+
<td style="border: 0"><img src="./res/rtc_stack.png"></td>
150150
</tr>
151151
</table>
152152
<hr>

res/rtc_crates_dep_graph.odg

-151 Bytes
Binary file not shown.

res/rtc_crates_dep_graph.png

-959 Bytes
Loading

res/rtc_stack.png

39.3 KB
Loading

res/webrtc_crab.png

-36.4 KB
Binary file not shown.

res/webrtc_stack.png

-40.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)