anchao commented on issue #17282:
URL: https://github.com/apache/nuttx/issues/17282#issuecomment-3494548128

   > > There is `syslogd` for syslog over the network. Not sure how it's 
different from netdev though.
   > 
   > it's different path:
   > 
   > * syslog->ramlog->syslogd->netdev
   > * syslog->netdev
   > 
   > The major difference is that the second path could output panic log, and 
run much fast with smaller overhead than first which is important for note 
trace.
   
   how can we ensure that the netdev/wifi driver should work as expected during 
abnormal interruptions in second path?


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to