Search:

Type: Posts; User: visham

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,198

    That is right..but what I'm uncertain of is that...

    That is right..but what I'm uncertain of is that how do I keep track of which PC in the multicast group received all the packets and which didnt. Is there a way to keep track of it. As for the...
  2. Replies
    4
    Views
    2,198

    Some advice regarding reliable multicast!!

    Hi to all,

    I need some advice with regard to a networking program of mine. I
    wanted to know how we can ensure reliability when sending multicast
    traffic to a group of computers. Since I'm...
  3. Replies
    6
    Views
    1,400

    Hi to all, I am not using a standard scanf to...

    Hi to all,

    I am not using a standard scanf to accept input here..it's actually dissecting the options in an IPTables rule. The user has to enter sth like this:

    IPTables -A ......--lbw 4,5,10,6...
  4. Replies
    6
    Views
    1,400

    Conversion from char to int!!

    Hi to all,

    I need some help regarding the following:

    I have to enter a number of integers separated by commas (for example: 4,25,3,100) and I need to get each number entered and put it in an...
  5. Replies
    11
    Views
    18,857

    Hi to all, First of all, many thx to robatino,...

    Hi to all,

    First of all, many thx to robatino, elton_fan, matsp for their help with the GCD function logic.

    I have written a program that uses the weighted round-robin (WRR) algorithm. It...
  6. Replies
    11
    Views
    18,857

    C program for finding highest common factor!!

    Hi to all,

    I need a C program that finds the Highest Common Factor of numbers entered by a user. Does anyone have such a program or can provide with a link that at least explain the logic of such...
  7. Replies
    4
    Views
    988

    Hi again, To robatino: many thx for your...

    Hi again,

    To robatino: many thx for your replies...much appreciated

    There was a problem in the C program itself that caused the "./myClient 192.168.10.20 love.txt" to not work...I've corrected...
  8. Replies
    4
    Views
    988

    Dear Robatino, you're right..i made in a few...

    Dear Robatino,

    you're right..i made in a few mistakes in the post...i have edited the post to correct them. I had tried the way u told me but the same error appeared.
    How do I correct it if, as...
  9. Replies
    4
    Views
    988

    ntwk programming execution problem

    Hi to all,

    To the forum admin: i'm having problems with my previous account "vishamr2000". I can't post msg with it. It says "not enough privilege...". Can you fix it? Itried to reach u via email...
  10. Replies
    9
    Views
    8,561

    To filker0: Many many thx for the links..i'll...

    To filker0:

    Many many thx for the links..i'll check them out right away..at least you have posted with a view to help me out; unlike some who just talk and, I believe, post only to increase their...
  11. Replies
    9
    Views
    8,561

    Hi, To filker0: yes round robin...

    Hi,

    To filker0:
    yes round robin scheduling..and weighted for both static n dynamic priorities..

    To itsme86:
    i already tried google loads of time..but didn't get the C source code..that's why...
  12. Replies
    9
    Views
    8,561

    round robin algorithm!

    Hi to all,

    Can anyone give me the C source code of the round robin algorithm?

    Also where can I find the source codes of other algorithms like weighted round robin..? Is there a link where i can...
  13. Replies
    2
    Views
    2,059

    I need to make a kernel pace program to initiate...

    I need to make a kernel pace program to initiate a communication to a userspace program..the kernelspace program (i modified some functions in the the iptables kernel code) needs to notify a...
  14. Replies
    2
    Views
    2,059

    /proc programming

    Hi to all,

    I wanted to ask if anyone of you have good sources of how to work with /proc..I tried google but the results are not that satisfying.

    If you have please send them to me..

    Warm...
  15. Replies
    16
    Views
    2,959

    Hi to all, Just wanted to keep you updated on...

    Hi to all,

    Just wanted to keep you updated on what I was told..

    I was trying to make a kernelspace program (iptables kernel code) commuincate with a userspace program. It is not possible to do...
  16. Replies
    16
    Views
    2,959

    Hi, No it's not an IDS...i'm doing load...

    Hi,

    No it's not an IDS...i'm doing load balancing on firewalls..I'll be working on Snort in some 4 months time.

    Regards,
    Visham
  17. Replies
    16
    Views
    2,959

    Hi, tell me sth..why do you consider signals...

    Hi,

    tell me sth..why do you consider signals so terrible? I think signals are best when it comes to asynchronous event notification. I'm not trying to create a thread for each packet. Actually,...
  18. Replies
    16
    Views
    2,959

    Hi to all, I am not trying to implement an...

    Hi to all,

    I am not trying to implement an IDS..what i'm trying to implement resembles a program calling another program, like detailed in one of the FAQs. However, instead of creating an entire...
  19. Replies
    16
    Views
    2,959

    Hi to all, Can anyone give me a simple example...

    Hi to all,

    Can anyone give me a simple example of how sigaction() is used, i.e how is the signal generated, sent and caught? This might help me with the program i described above.

    Warm...
  20. Replies
    16
    Views
    2,959

    Hi, Program1 is part of the iptables kernel...

    Hi,

    Program1 is part of the iptables kernel code...it checks packet attributes against iptables rules. Before Program1 declares a packet as valid and accepts it, it has to send a signal to...
  21. Replies
    16
    Views
    2,959

    Hi, Many thx for the replies... Program1 is...

    Hi,

    Many thx for the replies...

    Program1 is actually part of iptables kernel code. I have written a userspace program that needs to be executed on a packet basis. I can't afford to create...
  22. Replies
    16
    Views
    2,959

    Inter program communication!!

    Hi to all,

    My problem is as follows:

    Program1 and Program2 are two separate C programs - Program1 is in Linux kernel whereas Program2 is a user space program that I've written. How can I send a...
Results 1 to 22 of 22