| 519 | } |
| 520 | |
| 521 | err_t TcpConnection::internalOnSent(uint16_t len) |
| 522 | { |
| 523 | sleep = 0; |
| 524 | err_t res = onSent(len); |
| 525 | checkSelfFree(); |
| 526 | debug_tcp_ext("<sent"); |
| 527 | return res; |
| 528 | } |
| 529 | |
| 530 | err_t TcpConnection::staticOnPoll(void* arg, tcp_pcb* tcp) |
| 531 | { |