|
|
nono 1.0.0
//
// nono
// Copyright (C) 2020 nono project
// Licensed under nono-license.txt
//
//
// ホストネットワークの none ドライバ
//
#pragma once
#include "netdriver.h"
class NetDriverNone : public NetDriver
{
using inherited = NetDriver;
public:
explicit NetDriverNone(HostDevice *hostdev_);
~NetDriverNone() override;
int Read(NetPacket *p) override;
void Write(const void *buf, int buflen) override;
};
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.