Przeglądaj źródła

Add HTTPS port

tags/v0.9.3
Michael Brown 18 lat temu
rodzic
commit
1f5f900595
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3
    0
      src/include/gpxe/http.h

+ 3
- 0
src/include/gpxe/http.h Wyświetl plik

16
 /** HTTP default port */
16
 /** HTTP default port */
17
 #define HTTP_PORT 80
17
 #define HTTP_PORT 80
18
 
18
 
19
+/** HTTPS default port */
20
+#define HTTPS_PORT 443
21
+
19
 /** HTTP receive state */
22
 /** HTTP receive state */
20
 enum http_rx_state {
23
 enum http_rx_state {
21
 	HTTP_RX_RESPONSE = 0,
24
 	HTTP_RX_RESPONSE = 0,

Ładowanie…
Anuluj
Zapisz