search for: annymous

Displaying 2 results from an estimated 2 matches for "annymous".

Did you mean: anonymous
2019 Apr 29
0
tinc works well using Tor v3 onions, with MPTCP link aggregation
...ces, and they connect to peers using Tor SocksPorts. MPTCP aggregates full-mesh connections between hosts. For Internet hosts with well-peered gigabit uplinks, this permits throughput among peers at 30-50 Mbps for multiple streams, vs ~10 Mbps at most for individual connections. https://github.com/annymous/oniontinc includes bash scripts for almost everything involved in creating full-mesh networks, using Debian hosts. The scripts draw on a simple configuration table with required information about all hosts in the network. The scripts specify subnets 10.101.1N.0/24 with N=0-5, which are part of the...
2009 Apr 15
7
[LLVMdev] Accessing instruction/operand names
Hello everyone, I'm currently constructing a graph from LLVM bitcode, and I have a question about accessing the names of the variables shown in the .ll assembly file, assuming it's possible... For example, with %2 = load i32* %x_addr, align 4 ; <i32> [#uses=1] I can retrieve the opcodeName() from the Instruction object, which is "load". I can also access the operand