mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 10:37:35 +08:00
SocketCAN: default max_frames_in_socket_tx_queue reduced to 2
This commit is contained in:
@@ -321,7 +321,7 @@ public:
|
||||
*
|
||||
* @ref max_frames_in_socket_tx_queue See a note in the class comment.
|
||||
*/
|
||||
SocketCanIface(const SystemClock& clock, int socket_fd, int max_frames_in_socket_tx_queue = 3)
|
||||
SocketCanIface(const SystemClock& clock, int socket_fd, int max_frames_in_socket_tx_queue = 2)
|
||||
: clock_(clock)
|
||||
, fd_(socket_fd)
|
||||
, max_frames_in_socket_tx_queue_(max_frames_in_socket_tx_queue)
|
||||
|
||||
Reference in New Issue
Block a user