MCPcopy Create free account

hub / github.com/RingLinkPlatform/RingLink / functions

Functions127 in github.com/RingLinkPlatform/RingLink

Methodnew
(target: DeviceID, meta: PathMeta, endpoint: SocketAddr)
src/path.rs:39
Methodnew
(network: Network<UdpTransport>)
examples/tunnel/ethernet.rs:89
Methodnew
(name: &str)
examples/tunnel/tap.rs:40
Methodnew
()
examples/tunnel/ethernet/arp.rs:29
Methodnew
(name: &str)
examples/tunnel/tap/ffi.rs:96
Methodon_data
(&self, device: DeviceID, data: Bytes)
examples/tunnel/ethernet.rs:136
Methodparse
(frame: &[u8])
examples/tunnel/ethernet.rs:65
Methodpaths
Get network specific path
src/network.rs:120
Methodprocess_data
Process [PacketBody::Data] packet
src/network.rs:267
Methodprocess_kex
(&self, from: DeviceID, kex: KeyExchange)
src/topology.rs:164
Methodremove_member
Remove a member from this network
src/network.rs:150
Methodremove_peer
Remove a peer from topology
src/topology.rs:136
Methodsend_direct
Send data to peer directly
src/peer.rs:122
Methodset_mtu
(&mut self, mtu: u16)
examples/tunnel/tap/ffi.rs:125
Methodset_paths
Set network paths
src/network.rs:127
Methodset_psk
Set psk for peer PSK is used to encrypt and decrypt data
src/peer.rs:107
Methodset_remote_candidates
Set remote peer candidates Candidates are used to establish p2p connection. Calling this method will replace the current candidates with the new one
src/topology.rs:177
Methodstop
Stop topology This method will stop all tasks in topology
src/topology.rs:196
Methodstop
Stop the RingLink instance
src/ringlink.rs:117
Methodstop
Stop this network Must be called before disconnect
src/network.rs:167
Methodstopped
Check if this network is stopped
src/network.rs:177
Functiontest_enc
()
src/crypto.rs:107
Methodtopology
Get underlying [Topology]
src/ringlink.rs:80
Methodtransport
Get underlying [Transport]
src/ringlink.rs:90
Methodtry_from
(value: u8)
src/codec.rs:28
Functiontunsetoffload
(fd: i32, tun_tcp_offloads: u32)
examples/tunnel/tap/bindings.rs:43
Functionverify
( identity: &PublicIdentity, data: impl AsRef<[u8]>, signature: impl AsRef<[u8]>, )
src/crypto.rs:93
← previous101–127 of 127, ranked by callers