send() returns -1 upon error and sets errno appropriately. Let's not bother saving the return code and instead share errno back to the user. Signed-off-by: Michael Scott <mike@foundries.io>