tunctl icon indicating copy to clipboard operation
tunctl copied to clipboard

Erlang TUN/TAP interface

Results 6 tunctl issues
Sort by recently updated
recently updated
newest added

I don't understand why I got sporadic {error, timeout}, is this a known issue?

I am interresting to setup such tunnel, but how would you open such device from erlang and read it? For example if you want to accept connections for an http...

I'm using tunctl to read UDP/VoiP packets from the TUN interface and at about 0.35MB/sec, or 1750 packets/sec, in each direction, I start seeing overruns and packets getting lost. Do...

for example we have two interfaces: eth1 and tap2. we connect to eth1 via ewpcap, work and than use ewpcap:close. after interface is still up. after we restart application which...

I'm trying to create two interfaces, have an erlang process for each and use gen_udp to communicate between them. But on OSX it always crashes. One process is able to...

Hi, I experimented a bit but I must be doing something wrong. Can someone help? Cheers /Jocke jocke@xev:~/src/tunctl/trunk$ getcap /usr/lib/erlang/erts-5.9.1/bin/beam.smp /usr/lib/erlang/erts-5.9.1/bin/beam.smp = cap_net_admin+ep jocke@xev:~/src/tunctl/trunk$ getcap /usr/lib/erlang/erts-5.9.1/bin/beam /usr/lib/erlang/erts-5.9.1/bin/beam = cap_net_admin+ep jocke@xev:~/src/tunctl/trunk$...