Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testSpliceToFile (0.11 sec)

  1. src/net/splice_linux_test.go

    	t.Run("tcp-to-file", func(t *testing.T) { testSpliceToFile(t, "tcp", "file") })
    	t.Run("unix-to-file", func(t *testing.T) { testSpliceToFile(t, "unix", "file") })
    	t.Run("no-unixpacket", testSpliceNoUnixpacket)
    	t.Run("no-unixgram", testSpliceNoUnixgram)
    }
    
    func testSpliceToFile(t *testing.T, upNet, downNet string) {
    	t.Run("simple", spliceTestCase{upNet, downNet, 128, 128, 0}.testFile)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 21:49:26 UTC 2024
    - 14.5K bytes
    - Viewed (0)
Back to top