comparison src/os/unix/ngx_freebsd_sendfile_chain.c @ 183:4c698194c56d

nginx-0.0.1-2003-11-13-19:16:33 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 13 Nov 2003 16:16:33 +0000
parents c42be4185301
children 2357fa41738a
comparison
equal deleted inserted replaced
182:3c49eaf3f522 183:4c698194c56d
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3 #include <ngx_core.h> 3 #include <ngx_core.h>
4 #include <ngx_event.h> 4 #include <ngx_event.h>
5 #include <ngx_freebsd_init.h>
6 5
7 6
8 /* 7 /*
9 * sendfile() often sends 4K pages over ethernet in 3 packets: 2x1460 and 1176 8 * sendfile() often sends 4K pages over ethernet in 3 packets: 2x1460 and 1176
10 * or in 6 packets: 5x1460 and 892. Besides although sendfile() allows 9 * or in 6 packets: 5x1460 and 892. Besides although sendfile() allows