mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
Merge TCP aborted(), timedout() and closed() methods into a single
closed() method with a reason code.
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
#include <stdint.h>
|
||||
#include <gpxe/tcp.h>
|
||||
|
||||
/**
|
||||
* FTP states
|
||||
*
|
||||
* These @b must be sequential, i.e. a successful FTP session must
|
||||
* pass through each of these states in order.
|
||||
*/
|
||||
enum ftp_state {
|
||||
FTP_CONNECT = 0,
|
||||
FTP_USER,
|
||||
|
||||
Reference in New Issue
Block a user