summaryrefslogtreecommitdiffstats
path: root/net/socket
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket')
-rw-r--r--net/socket/next_proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/socket/next_proto.h b/net/socket/next_proto.h
index 6c26197..a60437f 100644
--- a/net/socket/next_proto.h
+++ b/net/socket/next_proto.h
@@ -18,7 +18,8 @@ enum NextProto {
kProtoSPDY2 = 3,
kProtoSPDY21 = 4,
kProtoSPDY3 = 5,
- kProtoMaximumVersion = 6,
+ kProtoSPDY31 = 6,
+ kProtoMaximumVersion = 7,
};
} // namespace net