search for: qosd

Displaying 6 results from an estimated 6 matches for "qosd".

Did you mean: qos
2006 May 08
2
have any one tried Snmp extension to Net-SNMP daemon
Dear all, I am looking for a way for creating a gui for managing qos in linux , i came across snmp extension to net snmp at http://x-ray.prokon.cz/data/snmp/ and i found qosd-0.0.1-13122003.tgz , in which there is a client server program using soap which was realy intresting but when i tried to compile it ended up with many errors ,, does and one have tried it , or have any documentation about using these thing. i started with the problem in SOAP_DEGI...
2005 Jan 10
1
dialing into * then forwarded out gets choppy audio
...n hear the called user fine. The called user may only intermittently hear the caller, and usually only if the caller talks extremely loud or close to the mic. I've tested this in the middle of the night with no other network traffic happening. Even then we've got a fat pipe with IAX2 ports QoSd at top priority. We're only 3 hops (~30 ms) from teliax. Any ideas are appreciated... -Ron
2005 Jan 26
0
ulaw blank spots but gsm fine
ulaw blank spots but gsm fine We've got plenty of QoSd bandwidth to run ulaw. Yet when we do, we get drops (blank spots) in the call. GSM codec eliminates the blanks, but is of course much less quality. Any ideas as to what would be causing this? Is ulaw less loss tolerant than gsm? I've run tests using iperf, and I'm looking at maybe 10 per...
2006 May 16
0
rtbl_talk() call failed
Hi , I compiled the qosd-0.0.1-13122003.tgz code found in http://x-ray.prokon.cz/data/snmp/ , but i have a problem when i run it , i get an error rtnetlink call failed, reason: 2 , no such file or directory i found this line in the file delete_object_util.c rtnl_talk(&rth, &req.n, 0, 0, N...
2017 Jul 06
2
MSP430 code generation from LLVM IR
...make that the default for MSP430. > Cool. When I did that on macOS, LDC generated a lot of complaints, possibly because it is assuming mach-o files. I tried changing from -mtriple=msp430 to -mtriple=msp430-unknown-elf, to no avail. E.g.: $ ldc2 -mtriple=msp430-unknown-elf -c -no-integrated-as qosd.d ldc-ad1c8f0.s:3:11: error: mach-o section specifier requires a segment whose length is between 1 and 16 characters .section .text._D4qosd3fooFZi,"axG", at progbits,_D4qosd3fooFZi,comdat ^ ldc-ad1c8f0.s:6:2: error: unknown directive .type _D4qos...
2017 Jul 05
3
MSP430 code generation from LLVM IR
Hello, While trying to find out why the LDC compiler refuses to generate object code for MSP430 targets (but generates MSP430 assembly or LLVM IR/bitcode), I came across the following apparent inconsistency. This works: $ clang --target=msp430 -c test.c This doesn't work: $ clang --target=msp430 -S -emit-llvm test.c $ llc -filetype=obj test.ll /opt/msp430/bin/llc: target does not support