tcpholepunching
tcpholepunching copied to clipboard
Simple basic tcp hole punching between 2 clients and a mediator
Results
2
tcpholepunching issues
Sort by
recently updated
recently updated
newest added
previously it would not connect at all
Hello, Dear ClientA and B have different code below. A) `proceedHolePunching(InetAddress.getByName(tokens[3].trim()), Integer.parseInt(tokens[1].trim()), Integer.valueOf(tokens[2]));` B) `proceedHolePunching(InetAddress.getByName(tokens[3].trim()), Integer.parseInt(tokens[5].trim()), Integer.valueOf(tokens[4]));` It seems that mistake. I tried fixing it but it doesn't work.