Skip to content

Commit

Permalink
refactor: added makefile help
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Apr 14, 2024
1 parent 1f596fa commit 481e2e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ preview-doc:
build:
@go build -v ./...

imports:
@goimport

.PHONY: format ## automatically formats Go source cod
format:
@go fmt ./...
Expand Down
3 changes: 0 additions & 3 deletions peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ type packet struct {
Msg []byte // 24 byte Digest
}

// TODO Usar pipeline -> compress, cypher and sign?
// https://go.dev/blog/pipelines

// TODO Establecer de manera dinámica el send buffer y receiver buffer en el peer y no en el nodo, de modo que se pued la establecerlo usando las métricas
// https://community.f5.com/t5/technical-articles/the-tcp-send-buffer-in-depth/ta-p/290760

Expand Down

0 comments on commit 481e2e2

Please sign in to comment.