Marian Buschsieweke
|
cac44edec7
|
tree-wide: replace multiple empty lines with one
For each C source/header `$file`: `sed -e '/^$/N;/^\n$/D' -i $file`.
|
2025-05-21 22:51:04 +02:00 |
|
KSKNico
|
e6b17fa5cb
|
sys: replace header guards with #pragma once
|
2025-05-16 19:40:06 +02:00 |
|
Martine Lenders
|
65ff161b3a
|
dsm: make CONFIG_DSM_PEER_MAX depend on CONFIG_DTLS_PEER_MAX
|
2021-10-08 12:15:53 +02:00 |
|
Martine Lenders
|
945b05886b
|
dsm: rename DTLS_PEER_MAX to CONFIG_DSM_PEER_MAX
To make avoid confusion with tinydtls's `DTLS_PEER_MAX` and
`CONFIG_DTLS_PEER_MAX`
|
2021-10-08 12:15:16 +02:00 |
|
János Brodbeck
|
5567f13258
|
net/dtls/dsm: add DTLS session management module
|
2021-07-07 14:45:28 +02:00 |
|