Closed satta closed 6 years ago
This PR uses syscall.Socket instead of the more low-level RawSyscall interface to obtain a socket descriptor. The former approach also works on i386, while the latter does not. See #15. Closes #15.
syscall.Socket
RawSyscall
This PR uses
syscall.Socket
instead of the more low-levelRawSyscall
interface to obtain a socket descriptor. The former approach also works on i386, while the latter does not. See #15. Closes #15.