Browse Source

Anpassung IP

Key-exchange
Florian Geiger 1 year ago
parent
commit
2d9cd3eefe
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/bin/client.rs

+ 1
- 1
src/bin/client.rs View File

@@ -4,7 +4,7 @@ use std::net::TcpStream;
fn main() {
//let stream = TcpStream::connect("172.30.16.1:8080");
//let stream = TcpStream::connect("27.0.0.1:8080");
match TcpStream::connect("localhost:3333") {
match TcpStream::connect("localhost:7878") {
Ok(mut stream) => {
println!("Successfully connected to server");


Loading…
Cancel
Save