c-libp2p/include/libp2p/yamux/yamux.h

9 lines
172 B
C

#pragma once
#include "libp2p/net/protocol.h"
/**
* Build a handler that can handle the yamux protocol
*/
struct Libp2pProtocolHandler* yamux_build_protocol_handler();