Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testSpliceToTTY (0.22 sec)

  1. src/os/readfrom_linux_test.go

    			t.Run(strconv.Itoa(size), func(t *testing.T) {
    				testSpliceFile(t, "unix", int64(size), -1)
    			})
    		}
    	})
    	t.Run("TCP-To-TTY", func(t *testing.T) {
    		testSpliceToTTY(t, "tcp", 32768)
    	})
    	t.Run("Unix-To-TTY", func(t *testing.T) {
    		testSpliceToTTY(t, "unix", 32768)
    	})
    	t.Run("Limited", func(t *testing.T) {
    		t.Run("OneLess-TCP", func(t *testing.T) {
    			for _, size := range sizes {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 21:49:26 UTC 2024
    - 20.3K bytes
    - Viewed (0)
Back to top