Update of VPP_STABLE_VER files + quick fix for gre create tunnel
[csit.git] / resources / libraries / python / tcp.py
index ecd6210..e013a65 100644 (file)
@@ -65,7 +65,7 @@ class TCPUtils(object):
 
         :param node: Node to start HTTP server on.
         :param prealloc_fifos: Max number of connections you expect to handle at
-        one time.
+            one time.
         :param fifo_size: FIFO size in kB.
         :param private_segment_size: Private segment size. Number + unit.
         :type node: dict