convert test programs from socket_tcp[46] to socket_tcp[46]b
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "ndelay.h"
|
||||
|
||||
int main(int argc,char* argv[]) {
|
||||
int s=socket_tcp4();
|
||||
int s=socket_tcp4b();
|
||||
char line[1024];
|
||||
char buf[4096];
|
||||
int l;
|
||||
|
||||
Reference in New Issue
Block a user