How to set traffic priorities?

Tell please! How it is possible to establish a priority on the traffic on this or that process or a thread

Answer this question

How to set traffic priorities?

  • Adam Tatusko

    hi,

    net work trafic is complelty different issue , as what SJ said you can't do that from vb but you can query that from your devices there is a network protocol for that called SNMP Simple Network Management Protocol Is used to query and control network devices from a central management station, you query the MIB Management Information Base for simple network statistics but note your station or your router must support SNMP, its not easy issue for me i failed in doing that but i'll try again when i have time for that

    for that you can use raw sockets to query this statistics

    hope this helps



  • techcap

    You can't do what you want directly from VB, I suspect. What exactly are you trying to do have your application have a higher priority on the network Once the data has left the computer, there's not a whole lot you can do.

    You can only ensure your data is transmitted in relatively efficient packet sizes.



  • Richard Tong

    shakalama wrote:

    hi,

    the thread has periority property you can use it something like this

    MyThread.Priority = ThreadPriority.Normal

    MyThread.start()

    hope this helps

    It's thread prioritires, but not internet traffic!


  • ArnoByLte

    hi,

    the thread has periority property you can use it something like this

    MyThread.Priority = ThreadPriority.Normal

    MyThread.start()

    hope this helps



  • Ken_H

    hi,

    Is your problem solved

    Thank you,
    Bhanu.



  • How to set traffic priorities?