Bochs/bochs/iodev/network
Volker Ruppert b2b3de60d4 Some more work on the TCP/IP and FTP support.
- TCP: added new method tcpipv4_send_buffer() that can send multiple packets
  up to window size without waiting for ACK.
- TCP: when receiving ACK, the data transfer continues if necessary.
- FTP: list contents of root directory (tested on Linux and Win 10 host).
- FTP: added support for file download from root directory (RETR).
- TODO #1: browse directory tree (CWD, CDUP).
- TODO #2: upload file (STOR).
- TODO #3: file and directory commands (SIZE, DELE, MKD, RMD).
2020-05-21 16:21:49 +00:00
..
slirp Fixed some gcc 9.2 warnings on Windows. 2020-02-06 17:13:01 +00:00
e1000.cc Some work on the "multiple NICs" support. 2020-03-08 16:45:52 +00:00
e1000.h Some work on the "multiple NICs" support. 2020-03-08 16:45:52 +00:00
eth_fbsd.cc Added destructors to some networking modules and call fclose() there for the 2017-06-16 08:27:55 +00:00
eth_linux.cc Cleanups in the Bochs system timer code 2017-03-30 18:08:15 +00:00
eth_null.cc Added destructors to some networking modules and call fclose() there for the 2017-06-16 08:27:55 +00:00
eth_slirp.cc Packet logging in text format now controlled by option "pktlog" in slirp config. 2020-05-19 17:55:15 +00:00
eth_socket.cc Fixes for compiling on MacOS (bxhub and eth_socket / patch by Yasser Rathore). 2020-02-17 20:49:10 +00:00
eth_tap.cc Added destructors to some networking modules and call fclose() there for the 2017-06-16 08:27:55 +00:00
eth_tuntap.cc Fixed possible buffer overflow (patch by Randy Sommerfeld). 2020-05-06 11:17:34 +00:00
eth_vde.cc Added destructors to some networking modules and call fclose() there for the 2017-06-16 08:27:55 +00:00
eth_vnet.cc Some fixes for the vnet module found with TCP / FTP testing code. 2020-05-18 19:25:27 +00:00
eth_win32.cc Removed deprecated function GetVersion() from eth_win32.cc and niclist.c. 2019-12-08 18:14:30 +00:00
Makefile.in Rewrite of the network driver plugin code. 2017-03-12 07:48:08 +00:00
ne2k.cc Some work on the "multiple NICs" support. 2020-03-08 16:45:52 +00:00
ne2k.h Some work on the "multiple NICs" support. 2020-03-08 16:45:52 +00:00
netmod.cc Fixes and improvements for the network plugins changes in previous commit. 2017-03-12 20:26:42 +00:00
netmod.h Some fixes for the vnet module found with TCP / FTP testing code. 2020-05-18 19:25:27 +00:00
netutil.cc Some more work on the TCP/IP and FTP support. 2020-05-21 16:21:49 +00:00
netutil.h Some more work on the TCP/IP and FTP support. 2020-05-21 16:21:49 +00:00
pcipnic.cc Added new macros BX_DEBUG_PCI_READ and BX_DEBUG_PCI_WRITE to unify the debug 2018-05-01 15:54:37 +00:00
pcipnic.h Some changes related to the PCI ROM handling. 2017-10-08 15:54:21 +00:00
pnic_api.h