Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newSpliceFileTest (0.27 sec)

  1. src/os/readfrom_linux_test.go

    		t.Fatal(err)
    	}
    
    	return dst, src, data, hook
    }
    
    // newSpliceFileTest initializes a new test for splice.
    //
    // It creates source sockets and destination file, and populates the source sockets
    // with random data of the specified size. It also hooks package os' call
    // to poll.Splice and returns the hook so it can be inspected.
    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