Juniper / go-netconf

NETCONF implementation in Go.
Other
254 stars 110 forks source link

Test using monotonic increasing integer for message id (vs uuid) #58

Open nemith opened 6 years ago

nemith commented 6 years ago

RFC recommends using a monotonic increasing integer. We can to this with the atomic package in a safe way. See if we gain performance by using sync/atomic vs uuid vs go.uuid package.

nemith commented 2 years ago

This is in the v2 API.