privatize publicHeader

ref #60
This commit is contained in:
Lucas Clemente
2016-05-15 15:44:14 +02:00
parent caec66b927
commit 9cc4bb3ccf
10 changed files with 89 additions and 89 deletions

View File

@@ -128,7 +128,7 @@ var _ = Describe("packet number calculation", func() {
}
})
Context("shortening a packet number for the PublicHeader", func() {
Context("shortening a packet number for the publicHeader", func() {
Context("shortening", func() {
It("sends out low packet numbers as 1 byte", func() {
length := GetPacketNumberLengthForPublicHeader(4, 2)