Giuseppe1992 / Distrinet

Distributed Network emulator, based on Mininet
MIT License
17 stars 16 forks source link

Fix sendInt in LxcNode - CRITICAL #21

Closed dsaucez closed 5 years ago

dsaucez commented 5 years ago

The interruption is not received meaning that _read never gets the "\x7f" character and never return.

This bug is visible with "Mininet" net.iperf method.

dsaucez commented 5 years ago

The bug was not in the implementation but is in OpenSSH directly.

It is fixed with the trick of running the kill command on the container sending the signal to the group of the mininet bash process. It works but...