You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/12/09 06:20:54 UTC

[GitHub] [incubator-nuttx] walmis opened a new issue #2502: SocketCAN interface is selected for outgoing TCP/IP/UDP packets

walmis opened a new issue #2502:
URL: https://github.com/apache/incubator-nuttx/issues/2502


   This hits a DEBUGASSERT in devif_send.c line 68
   
   void devif_send(struct net_driver_s *dev, const void *buf, int len)
   
   DEBUGASSERT(dev != NULL && len > 0 && len < NETDEV_PKTSIZE(dev));
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org