Skip to content

Commit

Permalink
version: bump
Browse files Browse the repository at this point in the history
added: supporting I2CP options (like tunnel length)
  • Loading branch information
diva-exchange committed May 13, 2022
1 parent 93ce1a8 commit 33fdb59
Show file tree
Hide file tree
Showing 6 changed files with 279 additions and 223 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ Example: see _Get Started: How to Use Datagrams_ above.
```
type tSession = {
id?: string;
options?: string;
};
type tStream = {
Expand Down Expand Up @@ -357,6 +358,7 @@ type ConfigurationDefault = {
const DEFAULT_CONFIGURATION: ConfigurationDefault = {
session: {
id: '',
options: '',
},
stream: {
destination: '',
Expand Down
Loading

0 comments on commit 33fdb59

Please sign in to comment.