Re: svn commit: r264025 - head/sys/dev/iscsi

2014-04-02 Thread Edward Tomasz Napierała
Wiadomość napisana przez Ian Lepore w dniu 2 kwi 2014, o godz. 15:24: > On Tue, 2014-04-01 at 22:03 +, Edward Tomasz Napierala wrote: >> Author: trasz >> Date: Tue Apr 1 22:03:03 2014 >> New Revision: 264025 >> URL: http://svnweb.freebsd.org/changeset/base/264025 >> >> Log: >> Get rid of th

Re: svn commit: r264025 - head/sys/dev/iscsi

2014-04-02 Thread Ian Lepore
On Tue, 2014-04-01 at 22:03 +, Edward Tomasz Napierala wrote: > Author: trasz > Date: Tue Apr 1 22:03:03 2014 > New Revision: 264025 > URL: http://svnweb.freebsd.org/changeset/base/264025 > > Log: > Get rid of the "autoscaling", instead just set socket buffer sizes > in the usual way. Th

svn commit: r264025 - head/sys/dev/iscsi

2014-04-01 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Apr 1 22:03:03 2014 New Revision: 264025 URL: http://svnweb.freebsd.org/changeset/base/264025 Log: Get rid of the "autoscaling", instead just set socket buffer sizes in the usual way. The only thing the old code did was making things less predictable. Sponsored