Searched hist:44123 (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.sbin/ppp/
H A Dchap.hdiff 44123 Thu Feb 18 17:45:06 MST 1999 brian Build correctly when -DNOCRYPT is used.
H A Dchap.cdiff 44123 Thu Feb 18 17:45:06 MST 1999 brian Build correctly when -DNOCRYPT is used.
/freebsd-9.3-release/lib/libfetch/
H A Dcommon.hdiff 106046 Sun Oct 27 14:11:21 MST 2002 des Introduce _fetch_writev(), which is the conn_t version of writev(2). In
the SSL case, it is no different from the old _fetch_write(), but in the
non-SSL case it uses writev(2) to send the entire vector as a single
packet (provided it can fit in one packet). Implement _fetch_write()
and _fetch_putln() in terms of _fetch_writev().

This should improve performance in the non-SSL case (by reducing protocol
overhead) and solve the problem where too-smart-for-their-own-good
firewalls reject FTP packets that do not end in CRLF.

PR: bin/44123
Submitted by: fenner
H A Dcommon.cdiff 106046 Sun Oct 27 14:11:21 MST 2002 des Introduce _fetch_writev(), which is the conn_t version of writev(2). In
the SSL case, it is no different from the old _fetch_write(), but in the
non-SSL case it uses writev(2) to send the entire vector as a single
packet (provided it can fit in one packet). Implement _fetch_write()
and _fetch_putln() in terms of _fetch_writev().

This should improve performance in the non-SSL case (by reducing protocol
overhead) and solve the problem where too-smart-for-their-own-good
firewalls reject FTP packets that do not end in CRLF.

PR: bin/44123
Submitted by: fenner

Completed in 127 milliseconds