Implement sendmmsg() API (#6304)

* Implement sendmmsg()

* fixes
This commit is contained in:
Pankaj Garg
2019-10-09 17:06:56 -07:00
committed by GitHub
parent 33e34cbba9
commit ed85aa43a4
2 changed files with 132 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ pub mod rpc_pubsub;
pub mod rpc_pubsub_service;
pub mod rpc_service;
pub mod rpc_subscriptions;
pub mod sendmmsg;
pub mod service;
pub mod shred;
pub mod sigverify;