-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recommendation: Use --netdev virtio by default / Рекомендация: Использовать --netdev virtio по умолчанию #48
Comments
@PROPHESSOR @usernameak Хотел бы перенести в JsOS-Team/JsOS-CLI, но там закрыты Issues и я не collaborator. |
Это тип эмулируемой сетевой карты |
@usernameak Хм... Значит где-то в эмуляции ошибка. Я дебагал, оказалось, что последние ~4 байта у всех пакетов рандомные, поэтому приходят неверные данные, а при Content-Transfer: chunked эти 4 байта приходятся на размер чанка, драйвер парсит размер как NaN и никогда не доходит до конца. Кстати, можно открыть Issues, чтобы туда перенести, и дать мне доступ к https://github.com/JsOS-Team/JsOS-CLI ? Пожалуйста :) |
@imachug есть |
@PROPHESSOR Спасибо. |
--netdev has the default value of rtl8139, which may not be the correct model and probably won't work for many users. Passing
virtio
will fix this.У --netdev значение по умолчанию - rtl8139, но у пользователя может быть другая модель, и сеть не заработает.
--netdev virtio
это исправит.The text was updated successfully, but these errors were encountered: