mirror of
https://github.com/wiiu-env/ftpiiu.git
synced 2024-11-06 10:05:06 +01:00
Merge pull request #2 from Maschell/ftpiiu_everywhere
fixed dumping rpx/rpl file from disc
This commit is contained in:
commit
945164c795
@ -34,9 +34,9 @@ misrepresented as being the original software.
|
|||||||
#include "dynamic_libs/socket_functions.h"
|
#include "dynamic_libs/socket_functions.h"
|
||||||
#include "net.h"
|
#include "net.h"
|
||||||
|
|
||||||
#define MAX_NET_BUFFER_SIZE (60*1024)
|
#define MAX_NET_BUFFER_SIZE (64*1024)
|
||||||
#define MIN_NET_BUFFER_SIZE 4096
|
#define MIN_NET_BUFFER_SIZE 4096
|
||||||
#define FREAD_BUFFER_SIZE (60*1024)
|
#define FREAD_BUFFER_SIZE (64*1024)
|
||||||
|
|
||||||
extern u32 hostIpAddress;
|
extern u32 hostIpAddress;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user