* @brief Wait for buffered transmission to complete. */
| 320 | * @brief Wait for buffered transmission to complete. |
| 321 | */ |
| 322 | void flush(SOCKET s) { |
| 323 | // TODO |
| 324 | } |
| 325 | |
| 326 | uint16_t igmpsend(SOCKET s, const uint8_t * buf, uint16_t len) |
| 327 | { |
no outgoing calls
no test coverage detected