Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
agungdwiprasetyo committed Jul 12, 2021
1 parent ff2663a commit 0144a5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ Fiber web Framework (https://gofiber.io)
<p align="center">
<img src="https://raw.githubusercontent.com/gofiber/docs/master/static/fiber_v2_logo.svg" width="150" alt="go fiber" />
</p>

## [Simple P2P](https://github.com/agungdwiprasetyo/candi-plugin/tree/master/p2p)

Simple P2P using UDP network (experimental)
2 changes: 1 addition & 1 deletion p2p/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func NewService(cfg *config.Config) factory.ServiceFactory {
// Add custom application runner, must implement `factory.AppServerFactory` methods
s.applications = append(s.applications, []factory.AppServerFactory{
// customApplication
p2p.NewP2PUDP(s, "[UDP port]"),
p2p.NewP2PUDP(s, "[UDP port]", p2p.ServerSetBufferSize(1024)),
}...)

...
Expand Down

0 comments on commit 0144a5d

Please sign in to comment.