# Functions
MakeSubscribeResponse produces a gnmi_proto.SubscribeResponse from a gnmi_proto.Notification.
NewServer instantiates server to handle client queries.
# Variables
SubscriptionLimit specifies how many queries can be processing simultaneously.
Timeout specifies how long a send can be pending before the RPC is closed.
# Structs
No description provided by the author
Server is the implementation of the gNMI Subcribe API.