Function gnunet_sys::GNUNET_SERVICE_suspend[][src]

pub unsafe extern "C" fn GNUNET_SERVICE_suspend(sh: *mut GNUNET_SERVICE_Handle)

Suspend accepting connections from the listen socket temporarily. Resume activity using #GNUNET_SERVICE_resume.

@param sh service to stop accepting connections.