mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-22 02:02:20 +00:00
Adds errno and err reporting to inet_sendto.
This commit is contained in:
parent
7953b9af92
commit
d6986b3f4d
@ -1121,7 +1121,7 @@ inet_sendto(int s, const void *msg, size_t len, int flags,
|
||||
inet_send(s, msg, len/2, flags);
|
||||
err=inet_send(s, (const char *)msg+(len/2),
|
||||
len-(len/2), flags);
|
||||
error("\nEMSGSIZE inet_sendto testing.\n");
|
||||
error("\nsendto error after fragmention is: %d, err is: %d \n", errno, err);
|
||||
break;
|
||||
case EFAULT:
|
||||
error("The value of to is: %d", to);
|
||||
|
Loading…
Reference in New Issue
Block a user