1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Aug 12, 2024 — Aug 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Task 189 - Nagle's algorithm implemented More... over 12 years ago
add RFC 2132 : DHCP options (task #171) More... over 12 years ago
Merge branch 'igmp2jan14' More... over 12 years ago
igmp2 checksum calculation support #220 More... over 12 years ago
Task 227 Added mcastclient app to picoapp More... over 12 years ago
Task 234 Implemented socket options for UDP multicast More... over 12 years ago
Task 234 Extensions to UDP socket for pico_socket_setoption More... over 12 years ago
Task 228 Implementation of UDP sent More... over 12 years ago
Merge branch 'igmp2jan14' More... over 12 years ago
implement and test analyse packet #220 More... over 12 years ago
Task 228 Implementation of mcast_join_group and mcast_leave_group More... over 12 years ago
Task 228 Implementation of default multicast link and creation/deletion of RB tree per interface More... over 12 years ago
Task 230 Implement RB tree for administration of joining/leaving multicast groups per interface More... over 12 years ago
Task 230 Implement RB tree for administration of joining/leaving multicast groups per interface More... over 12 years ago
Closed Feature request #138 : Ping function to use ICMP for echo requests. More... over 12 years ago
Implemented Nagle More... over 12 years ago
Stack entry of IGMPv2 i host functionality #223 More... over 12 years ago
fixed bug in host_membership_diagram_test.sh #222 More... over 12 years ago
Add testscript for igmp2: host_membership_diagram #222 More... over 12 years ago
Creation of testfile for IGMPv2 #222 More... over 12 years ago
Fixed task #185 -- Connected ICMP notifications to sockets errors. More... over 12 years ago
Task 224 - implement setsockopt and getsockopt calls to disable Nagle More... over 12 years ago
Task 224 - implement setsockopt and getsockopt calls to disable Nagle More... over 12 years ago
Updated .gitignore More... over 12 years ago
Updated .gitignore More... over 12 years ago
bugfix : get tst to build More... over 12 years ago
Improved makefiles, to use conditionals. Selectable modules. Closes #210, #187. More... over 12 years ago
Task: #107 Description: Checksum is not correct on a 16 bit platform Changes: Bit shifting to the left is marked by the compiler as a warning when shifting >= the variable size. If ignore, an arythmetic shift is added between the instructions, causing the result to go wrong when the sign bit is hit (even though not using signed variables). This problem is fixed by first moving the variable into a suitable large variable. Then you can perform the shift. Tested: The results of a linux-32bit-system were compared with the ones on a pic24F (16 bit) for multiple inputs. UDP and ping replies are fully functional now More... over 12 years ago
Refactored makefile (#186) More... over 12 years ago
ipv4_link_del removes route (necessary for #171) More... over 12 years ago