Constructor.
Transport connected to bulk insertion target. Typically, this is a subclass of @ndn/l3face!Transport. The RX side is opened and any received packets are discarded. The outgoing Data packet stream is passed to TX side. If the transport has a finite MTU, any Data packets exceeding MTU are silently dropped.
You can connect to repo-ng or ndn-python-repo by creating a TCP transport with @ndn/node-transport!TcpTransport.connect. However, it is recommended to use @ndn/pyrepo!PyRepoClient for inserting Data into ndn-python-repo.
Send packets to a bulk insertion target.