its dante

Results 16 comments of its dante

@EbrahimTahernejad what you mean about 50MB limit

@EbrahimTahernejad is there any limitation in android like what you said?

@heiher thanks for your work. i use it in my projects. your lib give me more stable ping. if there is anything else that can improve my tunnel ping please...

@heiher i call `TProxyStopService()` always before start `TProxyStartService()` like this: ![cals](https://github.com/heiher/hev-socks5-tunnel/assets/37669470/8d839f7a-78db-4a7b-8aa2-f628f2c3cc66) it happens when i destroy VPN via an button and ordering my app to connect VPN service again. as...

well, let me to update project to the least version and test it.

@heiher **warning: the connection completely not working on this commit.** but in the old [**hev-jni.c**](https://github.com/heiher/hev-socks5-tunnel/blob/b8d73b918539abf90d0742d8a046173ff97efdc2/src/hev-jni.c) version, it works fine.

i just replaced hev-jni.c [with the old version](https://github.com/heiher/hev-socks5-tunnel/blob/b8d73b918539abf90d0742d8a046173ff97efdc2/src/hev-jni.c) and it working fine. but in the last version that you added **pthread_mutex_t** parameters, the connection is not working at all. ![fast](https://github.com/heiher/hev-socks5-tunnel/assets/37669470/d6ea7a2f-87f0-45b9-bc2b-b18fa1b7511b)...

also suddenly i got another crash again. (it happened after i updated to **2.6.6**) ``` 2024-01-23 22:42:10.982 17048-17445 libc com.myvapp A fdsan: attempted to close file descriptor 156, expected to...

@heiher this is my VPN code file : ```kotlin package com.myvapp class TProxyService : VpnService() { companion object { init { System.loadLibrary("hev-socks5-tunnel") } } private external fun TProxyStartService(configPath: String, fd:...

@heiher i get back to **2.6.5** version. because 2.6.6 throw some more errors. **this is error in version 2.6.6** ``` FATAL EXCEPTION: main Process: com.myvapp, PID: 22526 java.lang.NoSuchMethodError: no static...