fix: several error handling issues in send/recv
authorGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Thu, 21 Jun 2012 10:50:09 +0000 (12:50 +0200)
committerGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Thu, 21 Jun 2012 10:50:09 +0000 (12:50 +0200)
- confusingly, send has to return positive error values
  on errori (netdev-linux's send seems to be confused as well)
- added rate limit for warnings
- fixed wrong paramether order in warn messages
- added check for EMSGSIZE error in send


No differences found