• Marco Leogrande's avatar
    Fix grep pattern when searching for listening sockets · cf068be2
    Marco Leogrande authored
    The current grep pattern matches also port numbers that match only
    partially the given $PORT number; e.g., if $PORT is 6080, 60800 will
    match as well.
    
    While TCP listening sockets in the 60000-65535 range are rare, they
    need to be handled as well. The problem is also present if the user
    selects a shorter PORT value with the --listen command line argument.
    
    By adding a space, the pattern is fixed.
    cf068be2
Name
Last commit
Last update
..
Makefile Loading commit data...
README.md Loading commit data...
img2js.py Loading commit data...
json2graph.py Loading commit data...
launch.sh Loading commit data...
nova-novncproxy Loading commit data...
rebind Loading commit data...
rebind.c Loading commit data...
u2x11 Loading commit data...
web.py Loading commit data...
websocket.py Loading commit data...
websockify Loading commit data...
websockify.py Loading commit data...
wsproxy.py Loading commit data...