Top "Flow-control" questions

Flow control is the process of managing the rate of data transmission between two nodes to prevent a fast sender from outrunning a slow receiver.

how to combine switch and if else statements

I'm taking an online java class and the teacher has asked for the following: Write a menu program that ask …

java switch-statement flow-control
Configure minicom to use hardware flow control

Looking for some assistance testing a UART implementation with hardware flow contorl for the OMAP L138. To test the implementation …

embedded hardware uart flow-control omap
Flow control in data link layer vs flow control in transport layer

I'm trying to understand the OSI layer model. I often read that flow control in mainly handelt in Data Link …

networking flow-control osi
How do you add a promise to the flow control queue using protractor?

In my test I am calling and outside library to seed data into our backend before running some ui tests …

angularjs promise protractor flow-control
Linux command to send binary file to serial port with HW flow control?

I need to send binary file to rs232 device (printer) which not always can accept data and so it has …

linux command-line serial-port command flow-control
python - ryu handling packets using a switch after flow was added to switch

I'm using a Ryu open flow controller switch written in python to monitor packets in my virtual mininet.I have 3 …

python network-programming flowchart flow-control openflow
Flow and Error Control at Transport layer

As I understand, Flow Control as well as Error Control is employed both at Transport and Data link layer. If …

networking flow-control data-link-layer
difference between sliding window and congestion window

What is the difference and connection between sliding window in flow control and congestion window in congestion control? I think …

networking tcp flow-control congestion-control