Skip to content

Commit 158c17a

Browse files
authored
Mention buffer sizes in socketcan docs (#1108)
1 parent da53ba2 commit 158c17a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/interfaces/socketcan.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,12 @@ alter or cancel the periodic message task:
240240
.. autoclass:: can.interfaces.socketcan.CyclicSendTask
241241
:members:
242242

243+
Buffer Sizes
244+
------------
245+
246+
Currently, the sending buffer size cannot be adjusted by this library.
247+
However, `this issue <https://github.com/hardbyte/python-can/issues/657#issuecomment-516504797>`__ describes how to change it via the command line/shell.
248+
243249
Bus
244250
---
245251

0 commit comments

Comments
 (0)