Open dayeol opened 3 years ago
The maximum number of edge calls that can be registered is hard-coded to 10.
https://github.com/keystone-enclave/keystone-sdk/blob/24a5ed369ac0606aac486382a0855a459d9362ed/include/edge/edge_common.h#L17
This isn't optimal way of handling this, so we'd change it to use a dynamic data structure.
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/keystone-enclave-forum/FGuZMBlR1-M/ZSsiTVV7BwAJ
The maximum number of edge calls that can be registered is hard-coded to 10.
https://github.com/keystone-enclave/keystone-sdk/blob/24a5ed369ac0606aac486382a0855a459d9362ed/include/edge/edge_common.h#L17
This isn't optimal way of handling this, so we'd change it to use a dynamic data structure.
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/keystone-enclave-forum/FGuZMBlR1-M/ZSsiTVV7BwAJ