multicast
Here are 281 public repositories matching this topic...
-
Updated
Oct 20, 2021 - Go
-
Updated
Aug 28, 2019 - C++
-
Updated
Apr 20, 2020 - Go
-
Updated
Jul 9, 2021 - JavaScript
-
Updated
Oct 19, 2021 - C++
-
Updated
Sep 28, 2021 - C
-
Updated
Sep 25, 2021 - C
-
Updated
Apr 2, 2021 - Python
-
Updated
Oct 15, 2021 - Java
-
Updated
Mar 19, 2021 - Java
-
Updated
Jun 24, 2018 - Python
Hi @Barracuda09 ,
Some suggestion to improve the user interface experience:
- In the Frontend Overview (my preferable default page) why not convert the "Number of F.E." (or the "Name") to a link that displays directly the "Frontend Info" page of this f.e.?
Then it will be more easy to go directly to see the info (about two additional clicks).
What you think?
-
Updated
Oct 24, 2021 - C
-
Updated
May 27, 2021 - Erlang
Currently, the firewall operates only on "allow/deny" basis for the whole packet, as long as it's answers
includes a name
from the whitelist.
Current situation creates unnecessary traffic in target network, extraneous data being transmitted over the tunnel and potentially exposes sensitive data to the whole target network.
Smarter firewall would solve this by re-creating the packet with
-
Updated
Oct 21, 2021 - Java
-
Updated
Sep 28, 2021 - C++
-
Updated
Nov 19, 2020 - Kotlin
-
Updated
Jun 20, 2021 - Java
-
Updated
Jul 27, 2021 - C++
-
Updated
Mar 30, 2021 - Shell
-
Updated
Jul 19, 2020 - C
Improve this page
Add a description, image, and links to the multicast topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multicast topic, visit your repo's landing page and select "manage topics."
Currently, WebSocket is working for client/server side. However, the browsers do not allow to create tcp connections direclty (which is the current implementation based). Instead, the
web-sys
must be used.wasm
.