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 four message types can be used as in Table 1. "*" means that the combination is not used in normal operation but only to elicit a Reset message ("CoAP ping").
In clientconn.go I can observe that also an ACK is accepted as Ping response:
Due to rfc7252:
In clientconn.go I can observe that also an ACK is accepted as Ping response:
go-coap/udp/client/conn.go
Line 474 in ea0ff53
We did observe, that the server indeed sends back an ACK and not a Reset message when sending a CoAP Ping.
The text was updated successfully, but these errors were encountered: