ソースを参照

Add HTTPS port

tags/v0.9.3
Michael Brown 18年前
コミット
1f5f900595
1個のファイルの変更3行の追加0行の削除
  1. 3
    0
      src/include/gpxe/http.h

+ 3
- 0
src/include/gpxe/http.h ファイルの表示

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

読み込み中…
キャンセル
保存