Image switch to webp, crush remaining png. Drop > 50% of image bytes.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
<p>STP is, simply, an ethernet-level protocol for disabling redundant links until they’re needed to avoid loops (which effectively kill ethernet networks). It works by electing a root “bridge” (meaning switch in this case). Every other bridge checks to see if it has more than one link to the root; if it does, it puts every link but one in blocking state. This lets you build neat redundant networks:</p>
|
||||
|
||||
<p><img src="data:image/png;base64,<!--# include file="images/stp.png.base64" -->" alt=""></p>
|
||||
<p><img src="data:image/webp;base64,<!--# include file="images/stp.webp.base64" -->" alt=""></p>
|
||||
|
||||
<p>(<strong>A</strong>, <strong>B</strong> and <strong>C</strong> are switches; <strong>1</strong> and <strong>2</strong> are servers)</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user