summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2001-12-13 04:02:09 +0000
committerjlemon <jlemon@FreeBSD.org>2001-12-13 04:02:09 +0000
commitec4b51f8834b11daf457595f260ddce83f5f06fc (patch)
tree7451d182b1d63a90bea763f50064d675839f6541 /sys/netinet
parent37e5dc6ec1b4e96a539b388b29596deec09450cc (diff)
downloadFreeBSD-src-ec4b51f8834b11daf457595f260ddce83f5f06fc.zip
FreeBSD-src-ec4b51f8834b11daf457595f260ddce83f5f06fc.tar.gz
Fix up tabs in comments.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/tcp_input.c8
-rw-r--r--sys/netinet/tcp_reass.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index d8ece0b..4e39320 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -153,10 +153,10 @@ do { \
/*
* Indicate whether this ack should be delayed. We can delay the ack if
- * - delayed acks are enabled and
- * - there is no delayed ack timer in progress and
- * - our last ack wasn't a 0-sized window. We never want to delay
- * the ack that opens up a 0-sized window.
+ * - delayed acks are enabled and
+ * - there is no delayed ack timer in progress and
+ * - our last ack wasn't a 0-sized window. We never want to delay
+ * the ack that opens up a 0-sized window.
*/
#define DELAY_ACK(tp) \
(tcp_delack_enabled && !callout_pending(tp->tt_delack) && \
diff --git a/sys/netinet/tcp_reass.c b/sys/netinet/tcp_reass.c
index d8ece0b..4e39320 100644
--- a/sys/netinet/tcp_reass.c
+++ b/sys/netinet/tcp_reass.c
@@ -153,10 +153,10 @@ do { \
/*
* Indicate whether this ack should be delayed. We can delay the ack if
- * - delayed acks are enabled and
- * - there is no delayed ack timer in progress and
- * - our last ack wasn't a 0-sized window. We never want to delay
- * the ack that opens up a 0-sized window.
+ * - delayed acks are enabled and
+ * - there is no delayed ack timer in progress and
+ * - our last ack wasn't a 0-sized window. We never want to delay
+ * the ack that opens up a 0-sized window.
*/
#define DELAY_ACK(tp) \
(tcp_delack_enabled && !callout_pending(tp->tt_delack) && \
OpenPOWER on IntegriCloud