libmuscle.mark module

libmuscle.mark.before_tcp_receive(socket: socket) None[source]

Before receiving on the given TCP socket

This gets monkeypatched to inject faults by the network connection fault tolerance integration tests.

libmuscle.mark.before_tcp_send(socket: socket) None[source]

Before sending on the given TCP socket

This gets monkeypatched to inject faults by the network connection fault tolerance integration tests.