Home
Releases:
NoTA rel3 r2009.53 (2009.12.30, tag 2009W53)
What’s new:
- NoTA repositories moved to Gitorious under nota-project.
- Some protocol changes in L_IN- and H_IN-layers. See Notes.
- H_IN test environment changed, new executable named as
h_in_tester. Some new testcases has been added as well.
Fixes:
- L_INup now sets l_in_down to unready state on second pai changed
callback only on failure cases.
- Minor fixes in ld_single: Sockets are now always released.
during LdClose and LdListen must be issued prior LdAccept.
- Unnecessary socket BUSY status warning removed from L_IN up.
- Fixes to L_INdown Bluetooth receive flag handling.
- SOCK_SEQPACKET-typed socket send/recv fixes on H_IN.
Known issues:
- There are some connectivity issues with certain network configurations
in non-static ld_tcp. This may be due to a multicast or broadcast
handling or other related issues. Disabling DHCP and setting up
multicast route for eth0 are known to help in such cases
(setting up multicast route:
'route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0').
- Bluetooth L_INdown has some timeout issues during Haccept-call. This is
due to bluetooth performance issues.
- Stubgen test program has a bug that disables running the test twice.
- Ld_tester does not work necessarily with static-ip tcp L_INdown.
- WLAN connection might lose cl-packets. This is due to a nature of
the WLAN and current connectionless L_INdown tcp-communication. This
might impact initial socket connection on a random basis (simple_tester
connection open-close-test failing randomly).
Limitations:
Notes:
- Changes in the L_IN and H_IN protocols lead to uncompatibility
between this and any older NoTA-releases.
Availability:
1) take the steps explained in Gitorious
1.1) git clone git@gitorious.org:nota/$MODULE.git
1.2) cd $MODULE
1.3) git submodule init
1.4) git submodule update
2) git checkout 2009W53
3) repeat these steps for each repository
...

