mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2025-02-16 20:26:28 +00:00
Added Packet Successfully sent text plus errno for inet_sendto.
This commit is contained in:
parent
d6986b3f4d
commit
ae7fc0ee70
@ -1130,6 +1130,9 @@ inet_sendto(int s, const void *msg, size_t len, int flags,
|
|||||||
return err;
|
return err;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
error("\nSuccessfully sent packet, errno: %d\n", errno);
|
||||||
|
|
||||||
}
|
}
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user