Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/clunet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <ClusterM@users.noreply.github.com>2016-07-09 12:26:52 +0300
committerGitHub <noreply@github.com>2016-07-09 12:26:52 +0300
commita12360de38007fce42a8b7d97abaca4e03d9d511 (patch)
tree68bc2de582a57a4d4693fda74c3167854d2da3d4 /clunet.h
parentb6ae8a32f6d53af09f19f5cef4e80b26687581cc (diff)
parent6da96206cdb9e3bd9ee54f7d4334a1e2e638a736 (diff)
Merge pull request #8 from dudanov/master
Оптимизация кода
Diffstat (limited to 'clunet.h')
-rw-r--r--clunet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clunet.h b/clunet.h
index 80b4161..f6fb677 100644
--- a/clunet.h
+++ b/clunet.h
@@ -18,7 +18,7 @@
#define CLUNET_SENDING_STATE_PRIO2 3
#define CLUNET_SENDING_STATE_DATA 4
#define CLUNET_SENDING_STATE_DONE 5
-#define CLUNET_SENDING_STATE_WAITING_LINE 6
+#define CLUNET_SENDING_STATE_WAITING_LINE 8
#define CLUNET_READING_STATE_IDLE 0
#define CLUNET_READING_STATE_INIT 1