ligo/src/node/net
Vincent Bernardoff 6d41b3d38c Shell: Improve the CLI of tezos-node
* Use subcommands:
  * `tezos_node run`
  * `tezos_node config`
  * `tezos_node identity`
* Regroup all on-disk data in `--data-dir`
* Split `Node_main` in multiple files.
* Add DNS resolution for `--net-addr` and `--rpc-addr`
* Hardcode `bootstrap.tezos.com` as bootstrap peer(s)
* Add `--no-bootstrap-peers`
* Rename `--expected-connections` -> `--connections`
2017-02-15 15:26:17 +01:00
..
p2p_connection_pool_types.ml Node: more CLI argument 2017-01-23 22:15:36 +01:00
p2p_connection_pool_types.mli Shell: Use Error_monad in Data_encoding_ezjsonm 2017-01-23 21:31:30 +01:00
p2p_connection_pool.ml Merge branch 'lwt_pipes_limit' into 'master' 2017-01-24 00:05:07 +01:00
p2p_connection_pool.mli Shell: implement P2p_{connection_pool,welcome} 2017-01-19 10:26:45 +01:00
p2p_connection.ml Lwt_pipe: minor style issue 2017-01-23 23:59:16 +01:00
p2p_connection.mli Lwt_pipe: limit by content size in bytes 2017-01-23 18:03:00 +01:00
p2p_discovery.ml Shell: implement P2p_{maintenance,discovery}. 2017-01-19 10:26:45 +01:00
p2p_discovery.mli Shell: implement P2p_{maintenance,discovery}. 2017-01-19 10:26:45 +01:00
p2p_io_scheduler.ml Merge branch 'lwt_pipes_limit' into 'master' 2017-01-24 00:05:07 +01:00
p2p_io_scheduler.mli Lwt_pipe: limit by content size in bytes 2017-01-23 18:03:00 +01:00
p2p_maintenance.ml P2p: fix in P2p_maintenance 2017-01-23 22:01:35 +01:00
p2p_maintenance.mli Shell: implement P2p_{maintenance,discovery}. 2017-01-19 10:26:45 +01:00
p2p_types.ml Shell: Improve the CLI of tezos-node 2017-02-15 15:26:17 +01:00
p2p_types.mli Shell: Improve the CLI of tezos-node 2017-02-15 15:26:17 +01:00
p2p_welcome.ml Shell: Improve the CLI of tezos-node 2017-02-15 15:26:17 +01:00
p2p_welcome.mli Shell: implement P2p_{connection_pool,welcome} 2017-01-19 10:26:45 +01:00
p2p.ml Shell: Improve the CLI of tezos-node 2017-02-15 15:26:17 +01:00
p2p.mli Shell: Improve the CLI of tezos-node 2017-02-15 15:26:17 +01:00
RPC_server.ml RPC: fixes some comments. 2016-12-14 16:40:42 +01:00
RPC_server.mli RPC: fixes some comments. 2016-12-14 16:40:42 +01:00