lnd.xprv/lnrpc/routerrpc
Joost Jager d51bb65536
routerrpc+lncli: add flag to suppress in-flight updates
This is a preparation for enabling the REST interface on routerrpc.
It provides REST clients that don't support server-side streaming
via keep-alive connections to use the streaming endpoint in the
typical request/response pattern. The url just needs to contain
?no_inflight_updates=true and only the terminal response is sent
back before the connection is closed.
2020-04-21 17:02:09 -07:00
..
config.go build+routerrpc+lncli: remove routerrpc conditional compilation 2020-03-31 21:41:22 +02:00
driver.go build+routerrpc+lncli: remove routerrpc conditional compilation 2020-03-31 21:41:22 +02:00
log.go multi: remove dead code 2019-09-10 17:21:59 +02:00
router_backend_test.go routerrpc: update final cltv delta default 2020-01-14 21:03:24 +01:00
router_backend.go routing+routerrpc+lncli: rename MaxHtlcs to MaxShards 2020-04-14 10:31:59 +02:00
router_server_deprecated.go routerrpc: bring back legacy track and send rpcs 2020-04-21 20:37:45 +02:00
router_server.go routerrpc+lncli: add flag to suppress in-flight updates 2020-04-21 17:02:09 -07:00
router.pb.go routerrpc+lncli: add flag to suppress in-flight updates 2020-04-21 17:02:09 -07:00
router.proto routerrpc+lncli: add flag to suppress in-flight updates 2020-04-21 17:02:09 -07:00
routing_config.go lnrpc/routerrpc: rename RoutingConfig file 2020-03-31 21:41:20 +02:00
subscribe_events.go build+routerrpc+lncli: remove routerrpc conditional compilation 2020-03-31 21:41:22 +02:00