Displaying 11 results from an estimated 11 matches for "imam".
Did you mean:
ima
2005 Mar 16
5
Packet Counting...
Hi,
How can i count the number of packets on an interface evry 2 or 5 seconds. and
i want to count only specific packets like only arriving packets from port
5001
Any thoughts...
Muhammad
2005 Mar 12
3
Round Robin
...t to go in a
RoundRobin fashion. i.e the first packet for example from eth0 and the second
packet from eth1, and third packet from eth0 again and forth from eth1 and so
on...
what should i do to achieve this kind of scheduling in linux. Any help will be
highly appreciated.
Thanks
Muhammad A. Imam
2011 Mar 15
2
[LLVMdev] Kinda noob questions
...used for read-write :P (my language is "safe" (no
pointers))
If LLVM optimizes it, I'll let it... if not, I'll do this optimization
Thanks in advance :P
--
Judison
judison at gmail.com
"A wise man first thinks and then speaks and a fool speaks first and then
thinks." Imam Ali (as)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110314/1906fed8/attachment.html>
2011 Mar 11
2
[LLVMdev] Unnamed temporaries
...expected to be numbered '%4'
%2 = load i32* %ret ; <i32> int
^
Why %4 ??? what I did wrong?
--
Judison
judison at gmail.com
"O ignorante que procura se instruir é como um sábio; o sábio que fala sem
discernimento se assemelha a um ignorante." Imam Ali (as)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110311/c97db470/attachment.html>
2003 Jul 18
2
pf
ei tuka imam edin pf conf obache pravi mnogo nomera, kato se pusne parvoto koeto e dropva paketi, timeoutva po serverite i t.n.. i speed-a e mnogo baven, vijte ako nqkoi moje da otkrie generalna greshka da reply :) vapreki che ne e freebsd-specific :P ne sym go pisal az a i ne sam mnogo mnogo zapoznat s pf zato...
2011 Mar 15
0
[LLVMdev] Kinda noob questions
...stores you can do without disturbing the optimization; just
> don't do anything too opaque with the address.
>
> John.
--
Judison
judison at gmail.com
"O ignorante que procura se instruir é como um sábio; o sábio que fala sem
discernimento se assemelha a um ignorante." Imam Ali (as)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110314/8497cd56/attachment.html>
2011 Mar 15
0
[LLVMdev] Kinda noob questions
...optimizes it, I'll let it... if not, I'll do this optimization
>
> Thanks in advance :P
>
> --
> Judison
> judison at gmail.com <mailto:judison at gmail.com>
>
> "A wise man first thinks and then speaks and a fool speaks first and
> then thinks." Imam Ali (as)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110314/9f8aabda/attachment.html>
2011 Mar 15
2
[LLVMdev] Kinda noob questions
On Mar 14, 2011, at 5:56 PM, John Criswell wrote:
> On 3/14/11 7:52 PM, Judison wrote:
>>
>> 2) does the LLVM optimizes this:
>>
>> ; this code (arg -> var) is very similar to what gcc generates
>> define void @foo(i32 %arg0) {
>> entry:
>> %var0 = alloca i32
>> store i32 %arg0, i32* var0
>> ...
>> %x = load i32*
2011 Mar 11
0
[LLVMdev] Unnamed temporaries
On Fri, Mar 11, 2011 at 11:48 AM, Judison <judison at gmail.com> wrote:
> I hope this is the right place to ask it, sorry if I'm wrong...
It's the right place, though the IRC channel would have been good too.
> My compiler is generating this code:
>
> (line numbers included) (Please ignore the extra br label %b0 and the whole
> b0)
Sorry, but the extra branches
2008 May 06
2
flac/metaflac 32/64 Universal OS X builds
I guess I should add this to the long list of things Apple has broken
that used to work well on NEXTSTEP (the operating system that has
been turned into OS X).
Now that you mention it, I remember having a problem getting flac to
cross-compile in one build step, so I just did the manual lipo glue
that you talked about. I assumed it was only because I was too lazy
to figure out how to
2005 Apr 09
0
per packet load balancing
Hi
how can i achieve per packet load balancing in linux. i have two machines with
each two ethernet cards. i am transferring a file via FTP....
thanks
Muhammad