forked from syswonder/ruxos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathudpserver_test.sh
executable file
·21 lines (21 loc) · 1.43 KB
/
udpserver_test.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
echo "Hello, UDP Server!" | nc -u -w 1 localhost 5555 &
echo "Big message, it should fail\
#####################################################################\
#####################################################################\
#####################################################################\
#####################################################################\
#####################################################################\
#####################################################################\
#####################################################################\
#####################################################################\
#####################################################################\
#####################################################################\
#####################################################################\
#####################################################################\
#####################################################################\
#####################################################################\
#####################################################################\
#####################################################################\
#####################################################################\
#####################################################################\
#####################################################################" | nc -u -w 1 localhost 5555