mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26:40 +00:00
6 lines
84 B
Go
6 lines
84 B
Go
package keepalive
|
|
|
|
func IsKeepAliveMsg(body []byte) bool {
|
|
return len(body) == 0
|
|
}
|