Module mpstthree::transport::udp::cancel[][src]

This is supported on crate features transport or transport_udp only.
Expand description

This module contains the functions for cancelling binary sessions and shutdown the related UdpSocket.

This module is available only if MultiCrusty is built with the "transport" feature or the "transport_udp" feature.

Functions

Cancels a session. Always succeeds. If the partner calls send, recv or close after cancellation, those calls fail. Used for UDP transport.