Closed nthallen closed 1 year ago
Fixed the default name, but the second report may be a bit more complicated. The report is in the tm_data_sndr destructor, which is not totally unreasonable, but it should only fire if fd >= 0, and if the negotiation had failed, fd should really be -1. My guess is that the negotiation failure is a fatal error message, so we did not bother to close the connection.
Apparently fixed.
I apparently failed to carry my transition from tmdf => TMDF through completely, so the driver dies when it cannot send data to tm_gen.
Also, it reports the initial disk capacity twice, including once after the termination message.