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
I guess EDHOC can be used between one server and several clients. Right now if the sender receives message one and some problem occurs when processing it then the responder will terminate and returns some error code. If i want the server to be active again i have to rerun it.
Is this an issue or is this deliberate?
I mean someone who wants to crash the server can just send an invalid message.
Sincerely Sabor
The text was updated successfully, but these errors were encountered:
thanks for rising this question. Generally, currently we can have a singe server talking to a single client. Concurrent operations are not possible yet. Actually some time ago I started working on this but did not have enough resources to finish the work.
Hi!
I guess EDHOC can be used between one server and several clients. Right now if the sender receives message one and some problem occurs when processing it then the responder will terminate and returns some error code. If i want the server to be active again i have to rerun it.
Is this an issue or is this deliberate?
I mean someone who wants to crash the server can just send an invalid message.
Sincerely Sabor
The text was updated successfully, but these errors were encountered: