MCPcopy Create free account
hub / github.com/SmingHub/Sming / commit

Method commit

Sming/Components/Network/src/Network/TcpClient.h:144–148  ·  view source on GitHub ↗

* @brief Tries to send the pending data immediately. * @note Call this method to decrease latency. Use it carefully. */

Source from the content-addressed store, hash-verified

142 * @note Call this method to decrease latency. Use it carefully.
143 */
144 void commit()
145 {
146 onReadyToSendData(TcpConnectionEvent::eTCE_Poll);
147 TcpConnection::flush();
148 }
149
150protected:
151 err_t onConnected(err_t err) override;

Callers 4

executeMethod · 0.80
sendMethod · 0.80
writeMethod · 0.80
flushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected