Omar Tariq

Results 4 issues of Omar Tariq

changing sendto() function call into send() as it's being used on a tcp socket. > "If sendto() is used on a connection-mode (SOCK_STREAM, SOCK_SEQPACKET) socket, the arguments dest_addr and addrlen...

calling `net.ResolveUDPAddr` with `stun:stun.voipgate.com:3478` results in this error `too many colons in address`. `2023/09/20 21:06:29 Failed to resolve server addr: address stun:stun.voipgate.com:3478: too many colons in address exit status 1`

This is guaranteed to match the kernel struct defenitions. I've tried to generate those structs in the `sys` package (`sys/types.go`) but there are private methods so I've tried to write...

# The issue Failures happening during initializing tun inbound listener won't propagate back to the user. ex: Using this `config.json` ```json { "log": { "level": "debug" }, "outbounds": [ {...