TCP improvements
This commit is contained in:
parent
3a7af37260
commit
3a2e860334
2 changed files with 42 additions and 17 deletions
|
@ -61,7 +61,8 @@ typedef enum
|
|||
GRUB_ERR_NET_NO_ROUTE,
|
||||
GRUB_ERR_NET_NO_ANSWER,
|
||||
GRUB_ERR_WAIT,
|
||||
GRUB_ERR_BUG
|
||||
GRUB_ERR_BUG,
|
||||
GRUB_ERR_NET_PORT_CLOSED
|
||||
}
|
||||
grub_err_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue