forked from kyeongsoo/inet-hnrl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
21 lines (16 loc) · 943 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2009-10-27 Kyeong Soo (Joseph) Kim <kyeongsoo.kim@gmail.com>
* Run-time errors: We faced two run-time errors. One is for
exhausting ephemeral port range and the other is for an
upspecified local port:
=========================================================================
<!> Error in module (TCP) ECRTest.cli[0].tcp (id=244): User error:
Ephemeral port range 1024..5000 exhausted, all ports occupied.
=========================================================================
=========================================================================
<!> Error in module (TCP) ECRTest.cli[0].tcp (id=1044): User
error: Error processing command OPEN_ACTIVE: local port
unspecified.
=========================================================================
See WHATSNEW for an overview of changes from release to release, or
ChangeLogs in individual subdirectories for a more detailed list of
changes of that component.