Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
999 views

How to throttle network traffic for environment simulation? [closed]

I'm trying to test an application that uses a database connection. What I would like to do is throttling the bandwith to, say, 1 MBit or such to get a better feeling for the application under ...
3
votes
4answers
3k views

Avoid traffic shaping by using ssh on port 443

I heard that if you use port 443 (the port usually used for https) for ssh, the encrypted packets look the same to your isp. Could this be a way to avoid traffic shaping/throttling?
2
votes
3answers
1k views

Traffic shaping under Linux

Where can I learn about controlling/interrogating the network interface under Linux? I'd like to get specific application upload/download speeds, and enforce a speed limit for a specific application. ...
1
vote
2answers
59 views

Spreading out data from bursts

I am trying to spread out data that is received in bursts. This means I have data that is received by some other application in large bursts. For each data entry I need to do some additional requests ...
1
vote
1answer
187 views

socket connection bandwith limiting / traffic shaping with ActionScript

Does anyone know of a way to monitor and/or limit bandwidth usage for a given socket connection in ActionScript 3? I have an Adobe AIR app from which I need to upload large streams of data. However, ...
1
vote
2answers
916 views

Traffic monitoring and shaping (C\C++)

I want to write a library (C\C++) which would be able to monitor network traffic (TCP and UDP) as well as limit bandwidth to a particular network area (apply different traffic shaping rules to ...
1
vote
2answers
428 views

A C daemon that does traffic shaping

I'm working on a C daemon that monitors a configuration file (updated using a web interface) and then uses the Linux "tc" (traffic control) command to update the systems traffic shaping configuration. ...
0
votes
0answers
8 views

specifying many ports in tc filter?

I want to rate limit all outgoing connections from firefox. I'm planning to get firefox's outgoing ports. Then use tc qdisk . . .' to create a qdisk andtc class . . .' to create a class within that ...
0
votes
0answers
43 views

IMS traffic identification

How to differentiate between IMS traffic and Non-IMS traffic ?
0
votes
1answer
351 views

flow-based traffic classification for traffic shaping

I’m wondering if there are ways to achieve flow-based traffic shaping with linux. Traditional traffic shaping approaches seem be based on creating classes for specific protocols or types of packets ...
0
votes
1answer
23 views

Discriminators for using in flow-based classification

I need to classify TCP traffic base on video and non-video. So i need to find characteristics of each flow. My classification is Flow-based and one of my variables is incoming packet length. but it ...
0
votes
1answer
259 views

Any free/cheap bandwith shaping or network impairment software with API?

I'm looking for a (preferably) free software to install on a dual NIC box to shape badwidth and/or introduce packet loss, latency, etc. Now I know dummynet and similar software but I need an API to ...
0
votes
3answers
259 views

Traffic Shaping, Failover tools

I have just become the only IT manager of a small business. We have multiple internet providers (Comcast, Time Warner, XO and Qwest). I'm looking for some solutions that can aggregate those ...