mike01 / pypacker

:package: The fastest and simplest packet manipulation lib for Python
GNU General Public License v2.0
251 stars 46 forks source link

Added support of Ethernet flow control #18

Closed NazarTkachuk closed 7 years ago

NazarTkachuk commented 7 years ago
  1. Developed Pause frame based on IEEE 802.3x
  2. Developed PFC based on IEEE 802.1Qbb
  3. Updated ethernet to support flow control frames
  4. Developed tests for Pause and PFC frames

Signed-off-by: Tkachuk nazarx.tkachuk@intel.com

mike01 commented 7 years ago

Will be merged, thanks.