David Galeano

Results 4 issues of David Galeano

Removed one memory allocation per PDU creation. The output data memory block is now behind the header block. Removed one memory allocation per response. The input buffer is now kept...

The structure `fuse_entry_param` requires storing the timeout values as `double`s which internally are converted to integers when filling the `fuse_entry_out` structure that is sent back to the kernel. This conversion...

enhancement

When running luacheck on this file it will warn that several lines are "setting non-standard global variable _". To avoid the warning an declare "_" as local I added it...

I think `rpc_reconnect_requeue` should call `rpc_free_all_fragments` when resetting the state of the rpc context, otherwise any fragments already received before the reconnection will be left over and reused when trying...