mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 01:52:39 +03:00
Protocol structure can now specify the default port.
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
#define PROTO_H
|
||||
|
||||
#include "tables.h"
|
||||
#include "in.h"
|
||||
|
||||
struct protocol {
|
||||
char *name;
|
||||
in_port_t default_port;
|
||||
int ( * load ) ( char *url,
|
||||
struct sockaddr_in *server,
|
||||
char *file,
|
||||
|
||||
Reference in New Issue
Block a user