mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +03:00
Added tcp_kick(). This speed up LILO and GRUB booting by almost two
orders of magnitude.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user