Skip to content

Commit

Permalink
spacing to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-johnson committed Apr 2, 2018
1 parent 9d616b9 commit 18cf2a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions network_pipeline/scripts/listen_tcp_port.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ def listen_on_tcp_port():
Run a simple server for processing messages over ``TCP``.
``LISTEN_ON_HOST`` - listen on this host ip address
``LISTEN_ON_PORT`` - listen on this ``TCP`` port
``LISTEN_SIZE`` - listen on to packets of this size
``LISTEN_SLEEP`` - sleep this number of seconds per loop
``LISTEN_SHUTDOWN_HOOK`` - shutdown if file is found on disk
"""
Expand Down
4 changes: 4 additions & 0 deletions network_pipeline/scripts/listen_udp_port.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ def listen_on_udp_port():
Run a simple server for processing messages over ``UDP``.
``UDP_LISTEN_ON_HOST`` - listen on this host ip address
``UDP_LISTEN_ON_PORT`` - listen on this ``UDP`` port
``UDP_LISTEN_SIZE`` - listen on to packets of this size
``UDP_LISTEN_SLEEP`` - sleep this number of seconds per loop
``UDP_LISTEN_SHUTDOWN_HOOK`` - shutdown if file is found on disk
"""
Expand Down

0 comments on commit 18cf2a4

Please sign in to comment.