2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-28 20:07:42 +00:00
Jarrod Johnson 13acb7e650 Correct delay_xmit behavior
delay_xmit was broken due to deferral of the retry calculation.
It relied upon the deadline set in the retry to govern the
initial transmit of data.  By trying to make it delay
to a more realistic time by not starting the clock
until the packet was transmitted, the delay_xmit
which never transmitted was in bad shape.  This was already
broken since retry=False would have had the same effect, but
that is a rare scenario.  Fix by having delay_xmit specifically
handle the assignment separate of retry logic.

Change-Id: Ia251215f14f8a5808e8a8f5b3f53fbef40721709
2015-02-01 09:38:20 -05:00
2013-08-17 22:29:25 -04:00
2015-02-01 09:38:20 -05:00
2013-06-30 14:21:20 -04:00
2013-08-17 22:29:25 -04:00
2013-06-24 14:15:39 -04:00
2014-05-08 14:06:01 -04:00
2013-09-13 11:28:28 -05:00
2014-05-08 14:06:01 -04:00
2013-09-13 11:28:28 -05:00
2014-12-31 00:15:01 +00:00

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
No description provided
Readme Apache-2.0 13 MiB
Languages
Python 99.9%
Shell 0.1%