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
|
## Overview
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ to help provide some conveniences when using the API.
|
||||||
|
|
||||||
### Client HTTP Proxy
|
### 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.
|
the client disables proxy support to avoid issues when a proxy is present.
|
||||||
You can enable and properly account for this issue when needed.
|
You can enable and properly account for this issue when needed.
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@ CORE is typically used for network and protocol research, demonstrations, applic
|
||||||
networking scenarios, security studies, and increasing the size of physical test networks.
|
networking scenarios, security studies, and increasing the size of physical test networks.
|
||||||
|
|
||||||
### Key Features
|
### Key Features
|
||||||
|
|
||||||
* Efficient and scalable
|
* Efficient and scalable
|
||||||
* Runs applications and protocols without modification
|
* Runs applications and protocols without modification
|
||||||
* Drag and drop GUI
|
* Drag and drop GUI
|
||||||
|
|
Loading…
Reference in a new issue