CypherpunkArmory / UserLAnd

Main UserLAnd Repository
Other
3.52k stars 391 forks source link

Bug report - [TCP CONNECTION REFUSED] #644

Open andysnake96 opened 5 years ago

andysnake96 commented 5 years ago

TCP CONNECTION ERROR WHILE CONNECTING 2 DEVICES

using netcat to receive a file trough a tcp socket I get : "CONNECTION ERROR" on the send side (my pc or another android device with userland installed) probably, in my experience with tcp socket, internally the Accept() or a related call fail (on receive side) and the connect call also fail ... I can see on send side error: (UNKNOWN) [192.168.1.151] 5555 (?) : Connection refused tried on both ends on root

Steps to reproduce the behavior:

nc -l 5555 on receive device nc 5555 on send device

Screenshots

Device Information

Devices: asus zenphone 4, lastest android; lenovo tab android 6 both not rooted both not running LineageOS

Additional context

... if is a "necessary problem" can you tell me another reliable (not udp) way to share files with another linux machine by the way, with udp work but it's good only for small file because with also medium files it blocks or file received is full of alterations... very usefull app :)

enforce-issue-templates[bot] commented 5 years ago

Hello @andysnake96! It looks like you've posted an issue that requires more details for our team to be able to start working on it.

We have created some issue templates to assist you in this process. These issue templates can be found here.

To correctly follow the template, all of the headers from the template must be present in your new issue. The headers for each template are the lines that begin with a '#'. Include the headers, and then provide the data the headers require in the space below that header.

Following these templates will help our team begin work on your issue. We often cannot get started at all without that information, which is why we created this bot to help us out.

Please be as descriptive as possible when posting your issue, including any steps we would need to recreate it. If reproducing your issue requires us to figure out how to reproduce it in the first place, it will marked low priority.

If your issue is not updated to follow a template, we will likely close it within the week.

Thanks for using UserLAnd and for helping us improve it!