diff options
| -rw-r--r-- | src/mpu.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -96,8 +96,6 @@ int mpu_send(mpu_ctx_t* ctx, const uint8_t* data, size_t len) { // TODO: Zero-copy recv() into reorder buffer slot, requiring the user to provide a callback // for processing received packets, instead of copying into a user buffer. -// TODO: Attempt to optimize heap_extract() to purge multiple expired packets at once. - ssize_t mpu_recv(mpu_ctx_t* ctx, uint8_t* data, size_t len) { if (!ctx || !data || !len) { errno = EINVAL; |
