[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 731adc: [arch/linux] udp: only
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 731adc: [arch/linux] udp: only read up to available buffer... |
Date: |
Sat, 23 Apr 2016 14:14:40 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 731adc38b9d5c89818cef3e8494e899e4bd57536
https://github.com/paparazzi/paparazzi/commit/731adc38b9d5c89818cef3e8494e899e4bd57536
Author: Kirk Scheper <address@hidden>
Date: 2016-04-23 (Sat, 23 Apr 2016)
Changed paths:
M sw/airborne/arch/linux/mcu_periph/udp_arch.c
Log Message:
-----------
[arch/linux] udp: only read up to available buffer space (#1622)
In the udp read, the code first checks if there is space available in the
transport buffer but then reads the maximum amount of data for the transport
buffer, I simply changed it such that it reads up to the available limit of the
transport buffer.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 731adc: [arch/linux] udp: only read up to available buffer...,
GitHub <=