diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-09-04 11:22:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 10:22:04 +0200 |
commit | 81eaa3bd528040a937acf0e80e6811d3cc2e13da (patch) | |
tree | 0a5dc1b13121f2928f9a4540f4bf771d546edf42 /doc/protocols.rst | |
parent | bf93f77f02b04e734ce6c8779d83bf489c2847bf (diff) |
Add Lustre protocol detection support (#2544)
Diffstat (limited to 'doc/protocols.rst')
-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 551837649..283baaffc 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -920,3 +920,12 @@ The Train Real Time Data Protocol (TRDP) is a UDP/TCP-based communication protoc It is standardized by the IEC under IEC 61375-2-3 and is not related to the Remote Desktop Protocol (RDP). References: `Protocol Specs: <https://www.typhoon-hil.com/documentation/typhoon-hil-software-manual/References/iec_61375_trdp_protocol.html>`_ + + +.. _Proto 425: + +`NDPI_PROTOCOL_LUSTRE` +====================== +Lustre is a high-performance, parallel distributed file system designed for large-scale computing environments. It is widely used in supercomputing and enterprise storage systems due to its ability to handle massive amounts of data and provide high-speed I/O operations across numerous nodes. + +References: `Main site: <https://www.lustre.org/>`_ |