summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmitry_yus <dmitry_yus@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2005-04-22 18:36:29 +0000
committerdmitry_yus <dmitry_yus@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2005-04-22 18:36:29 +0000
commitcc7f11d3afed323d419a87c6f5beb7f65e375ee7 (patch)
tree18615c4e6001a34e7b01eeddc88bda85eb4bf8f4
parent1c0b52f8133c8756ecbf78bd0e067f2f54efda8d (diff)
downloadopen-iscsi-cc7f11d3afed323d419a87c6f5beb7f65e375ee7.tar.gz
version advanced to 0.3, minor macros cleanup
git-svn-id: svn://svn.berlios.de/open-iscsi@255 d7303112-9cec-0310-bdd2-e83a94d6c2b6
-rw-r--r--include/iscsi_proto.h4
-rw-r--r--kernel/iscsi_tcp.h8
2 files changed, 2 insertions, 10 deletions
diff --git a/include/iscsi_proto.h b/include/iscsi_proto.h
index 1b1c320..21d1aa5 100644
--- a/include/iscsi_proto.h
+++ b/include/iscsi_proto.h
@@ -26,8 +26,8 @@ typedef uint16_t __be16;
typedef uint32_t __be32;
#endif
-#define ISCSI_VERSION_STR "0.2"
-#define ISCSI_DATE_STR "15-Mar-2005"
+#define ISCSI_VERSION_STR "0.3"
+#define ISCSI_DATE_STR "22-Apr-2005"
#define ISCSI_DRAFT20_VERSION 0x00
/* default iSCSI listen port for incoming connections */
diff --git a/kernel/iscsi_tcp.h b/kernel/iscsi_tcp.h
index 6ae5c72..5ac5305 100644
--- a/kernel/iscsi_tcp.h
+++ b/kernel/iscsi_tcp.h
@@ -62,18 +62,10 @@
#define XMSTATE_SOL_DATA 0x100
#define XMSTATE_W_PAD 0x200
-#define ISCSI_DEFAULT_PORT 3260
-#define ISCSI_STRING_MAX 255
-#define ISCSI_NODE_NAME_MAX 255
-#define ISCSI_NODE_PORTAL_MAX 32
-#define ISCSI_ALIAS_NAME_MAX 255
#define ISCSI_CONN_MAX 1
-#define ISCSI_PORTAL_MAX 1
#define ISCSI_CONN_RCVBUF_MIN 262144
#define ISCSI_CONN_SNDBUF_MIN 262144
-#define ISCSI_TEXT_SEPARATOR '='
#define ISCSI_PAD_LEN 4
-#define ISCSI_DRAFT20_VERSION 0x00
#define ISCSI_R2T_MAX 16
#define ISCSI_XMIT_CMDS_MAX 128 /* must be power of 2 */
#define ISCSI_MGMT_CMDS_MAX 32 /* must be power of 2 */