diff options
author | Mark Jeffery <dandare100@users.noreply.github.com> | 2024-06-15 10:52:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-15 10:52:28 +0200 |
commit | f796c943753b3125950d75a64dee7e869d21d775 (patch) | |
tree | 62f8b28474d20bb698980b0d41629cdbd79c96d1 /doc | |
parent | 7c7c375b451ba506134f426f71e065c66c9200dc (diff) |
Added protocol - JRMI - Java Remote Method Invocation (#2470)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index 5ac047d1f..ec5cf7960 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -838,3 +838,12 @@ References: `Wikipedia <https://en.wikipedia.org/wiki/Viber>`_ The ZUG protocol is part of the Casper 2.0 consensus model. References: `Main Site <https://casperlabs.io>`_ and `Blog Post <https://casperlabs.io/blog/beyond-eth-30-theres-casper-20>`_ + + +.. _Proto 416: + +`NDPI_PROTOCOL_JRMI` +========================= +The JRMI protocol is the Java Remote Method Invocation protocol. + +References: `Oracle site <https://docs.oracle.com/en/java/javase/21/docs/specs/rmi/protocol.html>`_ |