Skip to content

Commit

Permalink
Switch to Tcp
Browse files Browse the repository at this point in the history
  • Loading branch information
hmzakhalid committed Dec 12, 2024
1 parent 44aac5b commit 5110189
Show file tree
Hide file tree
Showing 4 changed files with 222 additions and 24 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
ports:
- target: 9091
published: 9091
protocol: udp
protocol: tcp
mode: host
deploy:
replicas: 1
Expand All @@ -35,7 +35,7 @@ services:
ports:
- target: 9092
published: 9092
protocol: udp
protocol: tcp
mode: host
deploy:
replicas: 1
Expand All @@ -57,7 +57,7 @@ services:
ports:
- target: 9093
published: 9093
protocol: udp
protocol: tcp
mode: host
deploy:
replicas: 1
Expand All @@ -80,7 +80,7 @@ services:
ports:
- target: 9094
published: 9094
protocol: udp
protocol: tcp
mode: host
deploy:
replicas: 1
Expand Down
145 changes: 145 additions & 0 deletions packages/ciphernode/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions packages/ciphernode/net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ libp2p = { workspace = true, features = [
"ping",
"quic",
"tokio",
"tcp",
"noise",
"yamux"
] }
tokio = { workspace = true, features = ["full"] }
tracing = { workspace = true }
Expand Down
Loading

0 comments on commit 5110189

Please sign in to comment.