Displaying 11 results from an estimated 11 matches for "donvodka".
2007 Sep 11
0
Coding in python using shout-python bindings
...irst you have to check if
f.read is async, and if it is, it could help to write something like :
while len(buffer) > lastlen:
buffer += f.read(4096)
lastlen = len(buffer)
Hope this helps ! it would be cool if a python binding for libshout
was to be released :)
2007/9/8, Edgar Merino <donvodka@gmail.com>:
> Hello,
>
> I'm creating a module written in python that brings an easy to implement
> interface for the libshout lib, mainly to provide streaming capabilities
> to a gnome player called Exaile (http://www.exaile.org). The module is
> almost done (already avail...
2005 Jul 08
2
P2P shaping, won''t work
Hello, its me again, I won''t stop sending emails to this list, until I solve
this problem, I''ve tried several apps to create the right htb rules (even
made them my self), but I always get the same results, traffic gets shaped,
but I can''t use my bandwidth, and this is weird, because I should be able to,
also I keep seeing download being limited too, and that
2007 Sep 08
3
Coding in python using shout-python bindings
Hello,
I'm creating a module written in python that brings an easy to implement
interface for the libshout lib, mainly to provide streaming capabilities
to a gnome player called Exaile (http://www.exaile.org). The module is
almost done (already available at
http://devpower.blogsite.org:8080/archivos/icastplugin.py) but I'm
encountering some problems (I believe sync problems):
2007 Mar 03
2
Help with HTB rules (experiencing latency)
Hello, I''m using these rules (attached) to control traffic going out
from ip 192.168.0.100 which is acting as a p2p server, but when I have
these rules on and mldonkey running I experience some latency in web
pages, which Iwould like to eliminate. I''ve read that this is where the
burst and cburst (even quantum) parameters are useful, but I still can''t
understand
2005 Jul 09
1
Question about TCNG
Hello, after compiling my tcng rules, I''ve noticed something weird, the tc
filter rules it returns give a flowid differente than the classes it creates,
for example, you have a class 2:3 and had defined some conditions, (eg. some
ports) to go into that class, but when I compile the .tcc file it returns
something like:
tc filter add dev eth1 parent 1:0 protocol all prio 1 u32 match u8
2005 Jul 12
0
PLEASE HELP! SHAPING P2P STILL NOT WORKING
Hello, some days ago, I was asking for help here about not able to do anything
when I had bittorrent running, I will post the problem here:
I''m using ipp2p to mark p2p packets, and then send them with -j CLASSIFY to
the correct HTB class, I see traffic in the class when I start azurerus, and
traffic does get shaped, but then I''m still not able to surf the web nor chat
nor
2007 Mar 06
1
Help needed with HTB
Hello, a few days ago I sent an email asking for help with my tc htb
rules I''ve got (a script), but I''m not sure if that email got to you...
anyway, I''m sending it again along with my htb script and I''ll tell you
the problem once again:
I have a computer with ip 192.168.0.100 which is acting as a p2p server,
so I want to shape traffic coming out from that
2005 Jul 09
2
P2P shaping working
Hello, it''s me again, finally p2p traffic is getting shaped, but now I still
have one problem: download seems to be affected when shaping the traffic, ack
packets are in the interactive queue too, as someone adviced me, what fixed
the problem was to change the rates, to match (the sum of all subclasses) the
root class rate, and to give the p2p class a very low rate (1k actually) and
2005 Jul 07
1
HELP PLEASE BITTORRENT SHAPING (HTB)
Ok, earlier I post a message explaining my problem with HTB and layer7 (or
ipp2p), about not being able to shape the traffic. Well, actually this is
what''s happening, I''m marking the packets (right now, I''m using ipp2p as
Klaus adviced me to) with iptables, and my queue rules are made using tcng,
I''m using the HTB qdisc, and traffic is going to the HTB class
2007 Jul 09
1
Help with traffic control (HTB ESFQ RED)
Hello, there''s a problem I''ve had for several months now, and I''ve never
been able to find an answer to it. I''ll try to explain as quick as possible:
I have a server that controlls my home network, it provides internet
to them also (NAT) and I would like to provide QoS by shaping traffic. I
have a p2p server here (running mldonkey), since only that
2005 Jul 06
8
HTB and bittorrent, won''t work
Hello,
I''ve been trying to shape the bittorrent traffic (on my external interface,
upload), but without luck, for this I''m using layer7 filter right now, but
I''ve also tried ipp2p, with the same results, I might say that this is not a
problem with this packet classifiers, the problem is with HTB, here''s why.
When I open azureus (the bittorrent client I