STORDIS / orca_nw_lib

gNMI python package for SONiC switch discovery and management.
Apache License 2.0
2 stars 6 forks source link

Separate timeout for ping and gNMI calls. #102

Open kamalkrbh opened 2 weeks ago

kamalkrbh commented 2 weeks ago

There should be separate timout values for pinging and making GnmI calls. This will be useful in case of discovering the devices using network address where a lots of devices will be pinged first to know whether they have a running grpc server in the cases where device is not having any grpc server running the ping should fail fast in order to save the time, currently ping waits for the same timeout as for gRPC calls.

kamalkrbh commented 3 days ago

@rahul-1475 , I believe it is closed as well.