kontron / python-ipmi

A pure python IPMI library
GNU Lesser General Public License v2.1
185 stars 74 forks source link

interface.rmcp: allow SEND_MESSAGE answer to arrive in the next packet #125

Closed EmilioPeJu closed 1 year ago

EmilioPeJu commented 1 year ago

The first reply acknowledges reception of the SEND_MESSAGE request from the bridge, while the second one contains the forwarded reply

Signed-off-by: Emilio Perez emilio.perez-juarez@diamond.ac.uk

hthiery commented 1 year ago

Thank you