Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJookia <contact@jookia.org>2021-03-06 01:45:06 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2021-12-13 20:41:32 +0300
commit658a747168ef759e2a3d8a4aa60defb226792ba2 (patch)
tree8a9b034e1a1e2fd1b13e5104f9762a17b9ce7040 /meson_options.txt
parent7ebecae9d0c654ada244ed29bf7b60c81b37345f (diff)
Add the libslirp EthernetConnection backend
This commit adds a libslirp-based backend that provides just enough internal networking to handle TCP/IP out of the guest to host, LAN or Internet. As such things like ICMP, IPX and NetBIOS don't work properly. The use case for this connection is to give Internet access to the guest for things like IRC, HTTP and other connections to online services.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d0b466ade..b13034a79 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -14,7 +14,7 @@ option('use_png', type : 'boolean', value : true,
description : 'Enable saving screenshots in .png format')
option('use_slirp', type : 'boolean', value : false,
- description : 'Enable ethernet support (NE2000 emulator) using libslirp')
+ description : 'Enable ethernet emulation using libslirp')
# This option exists only for rare situations when Linux developer cannot
# install ALSA library headers on their machine.