mirror of
https://opendev.org/x/pyghmi
synced 2025-08-23 11:30:18 +00:00
cf351d1806b2626ed18b5d132a33236ebdaa5eeb
When data came in from a BMC before acking a recent transmit, pyghmi would pessimistically take that as a cue that the data was missed in transit. However, if the data happens to be on the wire before an ack that is coming, this is a senseless retry. This retry happens typically within a few milliseconds of the original. Fix this by ignoring the non-ACK related data as a cue for doing a retransmit. Change-Id: I871377da0265a5e258baf922252ae86df6c578b0
This is a pure python implementation of IPMI protocol. pyghmicons and pyghmiutil are example scripts to show how one may incorporate this library into python code
Description
Languages
Python
99.9%
Shell
0.1%