]> rtime.felk.cvut.cz Git - frescor/fna.git/commitdiff
nothing
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 2 Dec 2008 13:26:35 +0000 (13:26 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 2 Dec 2008 13:26:35 +0000 (13:26 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1444 35b4ef3e-fd22-0410-ab77-dab3279adceb

src_rtep/rtep_fna_c.c

index 8ac5ebe6098b3ddd56075f0c9303220b4f66bfce..7c7030202294e0eb2509ff1caf935f1c9e961a2f 100644 (file)
@@ -965,10 +965,10 @@ int rtep_fna_network_bytes_to_budget
                 return -1;
         }
 
-   // we measure the budget in number of RTEP packets of maximum size
+        // we measure the budget in number of RTEP packets of maximum size
         number_of_packets = nbytes / MAX_RTEP_MTU + 1;
-   // we store the budget in number of packets instead of in time. We
-   // use a field in the timespec structure.
+        // we store the budget in number of packets instead of in time. We
+        // use a field in the timespec structure.
         budget->tv_sec = number_of_packets;
         DEBUG("bytes: %d -> budget: %d\n", nbytes, budget->tv_sec);
         return 0;