Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newSendFileTest (0.38 sec)

  1. src/os/writeto_linux_test.go

    		t.Errorf("data mismatch, got %s, want %s", dstData, data)
    	}
    }
    
    // newSendFileTest initializes a new test for sendfile.
    //
    // It creates source file and destination sockets, and populates the source file
    // with random data of the specified size. It also hooks package os' call
    // to poll.Sendfile and returns the hook so it can be inspected.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 18:12:56 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top