You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of command bytes for multiple interfaces in Framing.h is sloppy, and does not need to conform to the KISS standard, since we have dropped TNC support. Command bytes for multiple interfaces should be replaced with one command byte, followed by the interface number. This will free up these values to be used for other types of commands.
The text was updated successfully, but these errors were encountered:
The current implementation of command bytes for multiple interfaces in
Framing.h
is sloppy, and does not need to conform to the KISS standard, since we have dropped TNC support. Command bytes for multiple interfaces should be replaced with one command byte, followed by the interface number. This will free up these values to be used for other types of commands.The text was updated successfully, but these errors were encountered: