Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for 16777215 (0.23 sec)

  1. okhttp/src/test/java/okhttp3/internal/http2/SettingsTest.kt

        assertThat(settings.getMaxFrameSize(16384)).isEqualTo(16384)
        settings[Settings.MAX_FRAME_SIZE] = 16777215
        assertThat(settings.getMaxFrameSize(16384)).isEqualTo(16777215)
        assertThat(settings.getMaxHeaderListSize(-1)).isEqualTo(-1)
        settings[Settings.MAX_HEADER_LIST_SIZE] = 16777215
        assertThat(settings.getMaxHeaderListSize(-1)).isEqualTo(16777215)
        assertThat(settings.initialWindowSize).isEqualTo(
          Settings.DEFAULT_INITIAL_WINDOW_SIZE,
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 2.7K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/internal/http2/Http2Test.kt

          writer.frameHeader(0, 16777216, Http2.TYPE_DATA, FLAG_NONE)
        }.also { expected ->
          // TODO: real max is based on settings between 16384 and 16777215
          assertThat(expected.message).isEqualTo("FRAME_SIZE_ERROR length > 16384: 16777216")
        }
      }
    
      @Test fun ackSettingsAppliesMaxFrameSize() {
        val newMaxFrameSize = 16777215
        val writer = Http2Writer(Buffer(), true)
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 28.1K bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/internal/http2/Http2Reader.kt

              }
            }
    
            // SETTINGS_MAX_FRAME_SIZE
            5 -> {
              if (value < INITIAL_MAX_FRAME_SIZE || value > 16777215) {
                throw IOException("PROTOCOL_ERROR SETTINGS_MAX_FRAME_SIZE: $value")
              }
            }
    
            // SETTINGS_MAX_HEADER_LIST_SIZE
            6 -> { // Advisory only, so ignored.
            }
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 19.9K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (netbsd-386), const MSG_NAMEMBUF = 16777216
    pkg syscall (netbsd-386), const MSG_NBIO = 4096
    pkg syscall (netbsd-386), const MSG_NOSIGNAL = 1024
    pkg syscall (netbsd-386), const MSG_OOB = 1
    pkg syscall (netbsd-386), const MSG_PEEK = 2
    pkg syscall (netbsd-386), const MSG_TRUNC = 16
    pkg syscall (netbsd-386), const MSG_USERFLAGS = 16777215
    pkg syscall (netbsd-386), const MSG_WAITALL = 64
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const INLCR ideal-int
    pkg syscall (darwin-arm64), const INPCK = 16
    pkg syscall (darwin-arm64), const INPCK ideal-int
    pkg syscall (darwin-arm64), const IN_CLASSA_HOST = 16777215
    pkg syscall (darwin-arm64), const IN_CLASSA_HOST ideal-int
    pkg syscall (darwin-arm64), const IN_CLASSA_MAX = 128
    pkg syscall (darwin-arm64), const IN_CLASSA_MAX ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYSCTL_VERS_0 ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYSCTL_VERS_1 = 16777216
    pkg syscall (netbsd-arm64-cgo), const SYSCTL_VERS_1 ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYSCTL_VERSION = 16777216
    pkg syscall (netbsd-arm64-cgo), const SYSCTL_VERSION ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYSCTL_VERS_MASK = 4278190080
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), const MAP_32BIT = 524288
    pkg syscall (freebsd-arm64), const MAP_32BIT ideal-int
    pkg syscall (freebsd-arm64), const MAP_ALIGNED_SUPER = 16777216
    pkg syscall (freebsd-arm64), const MAP_ALIGNED_SUPER ideal-int
    pkg syscall (freebsd-arm64), const MAP_ALIGNMENT_MASK = -16777216
    pkg syscall (freebsd-arm64), const MAP_ALIGNMENT_MASK ideal-int
    pkg syscall (freebsd-arm64), const MAP_ALIGNMENT_SHIFT = 24
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  8. api/go1.3.txt

    pkg syscall (freebsd-386), const IPPROTO_MPLS = 137
    pkg syscall (freebsd-386), const IPPROTO_MPLS ideal-int
    pkg syscall (freebsd-386), const MAP_ALIGNED_SUPER = 16777216
    pkg syscall (freebsd-386), const MAP_ALIGNED_SUPER ideal-int
    pkg syscall (freebsd-386), const MAP_ALIGNMENT_MASK = -16777216
    pkg syscall (freebsd-386), const MAP_ALIGNMENT_MASK ideal-int
    pkg syscall (freebsd-386), const MAP_ALIGNMENT_SHIFT = 24
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const MAP_32BIT ideal-int #53466
    pkg syscall (freebsd-riscv64), const MAP_ALIGNED_SUPER = 16777216 #53466
    pkg syscall (freebsd-riscv64), const MAP_ALIGNED_SUPER ideal-int #53466
    pkg syscall (freebsd-riscv64), const MAP_ALIGNMENT_MASK = -16777216 #53466
    pkg syscall (freebsd-riscv64), const MAP_ALIGNMENT_MASK ideal-int #53466
    pkg syscall (freebsd-riscv64), const MAP_ALIGNMENT_SHIFT = 24 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  10. api/go1.10.txt

    pkg debug/macho, const FlagLazyInit = 64
    pkg debug/macho, const FlagLazyInit uint32
    pkg debug/macho, const FlagNoFixPrebinding = 1024
    pkg debug/macho, const FlagNoFixPrebinding uint32
    pkg debug/macho, const FlagNoHeapExecution = 16777216
    pkg debug/macho, const FlagNoHeapExecution uint32
    pkg debug/macho, const FlagNoMultiDefs = 512
    pkg debug/macho, const FlagNoMultiDefs uint32
    pkg debug/macho, const FlagNoReexportedDylibs = 1048576
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Feb 06 05:00:01 GMT 2018
    - 30.1K bytes
    - Viewed (0)
Back to top