Added tcp_kick(). This speed up LILO and GRUB booting by almost two

orders of magnitude.
This commit is contained in:
Michael Brown
2006-05-27 19:01:20 +00:00
parent cd3ecac809
commit f743de4858
3 changed files with 15 additions and 0 deletions

View File

@@ -768,6 +768,7 @@ int iscsi_issue ( struct iscsi_session *iscsi,
if ( iscsi->status & ISCSI_STATUS_CONNECTED ) {
iscsi_start_command ( iscsi );
tcp_kick ( &iscsi->tcp );
} else {
iscsi->tcp.tcp_op = &iscsi_tcp_operations;
tcp_connect ( &iscsi->tcp );