docs: small documentation cleanup
This commit is contained in:
parent
15df06d834
commit
fcf1448ab6
2 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# gRPC API
|
||||
* Table of Contents
|
||||
|
||||
## Overview
|
||||
|
||||
|
@ -18,7 +18,7 @@ to help provide some conveniences when using the API.
|
|||
|
||||
### Client HTTP Proxy
|
||||
|
||||
Since gRPC is HTTP2 based, proxy configurations can cause issues. By default
|
||||
Since gRPC is HTTP2 based, proxy configurations can cause issues. By default,
|
||||
the client disables proxy support to avoid issues when a proxy is present.
|
||||
You can enable and properly account for this issue when needed.
|
||||
|
||||
|
|
|
@ -4,13 +4,14 @@
|
|||
|
||||
CORE (Common Open Research Emulator) is a tool for building virtual networks. As an emulator, CORE builds a
|
||||
representation of a real computer network that runs in real time, as opposed to simulation, where abstract models are
|
||||
used. The live-running emulation can be connected to physical networks and routers. It provides an environment for
|
||||
used. The live-running emulation can be connected to physical networks and routers. It provides an environment for
|
||||
running real applications and protocols, taking advantage of tools provided by the Linux operating system.
|
||||
|
||||
CORE is typically used for network and protocol research, demonstrations, application and platform testing, evaluating
|
||||
networking scenarios, security studies, and increasing the size of physical test networks.
|
||||
|
||||
### Key Features
|
||||
|
||||
* Efficient and scalable
|
||||
* Runs applications and protocols without modification
|
||||
* Drag and drop GUI
|
||||
|
|
Loading…
Reference in a new issue