H A D | nbd-fault-injector.py | 121 def send(self, buf, event): member in FaultInjectionSocket 138 conn.send(buf, event='neg-classic') 141 # Send negotiation part 1 143 conn.send(buf, event='neg1') 152 # Send negotiation part 2 154 conn.send(buf, event='neg2') 172 conn.send(buf, event='reply') 180 conn.send(b'\0' * req.len, event='data')
|