175 Commits (c8f8615ba521b34f63d0aa6cfd072f9122dc61c0)
 

Author SHA1 Message Date
  Jaromil c8f8615ba5 fixed links to mailinglist 9 years ago
  MissValeska 677df07d69 netsplit argument fix 9 years ago
  MissValeska 796c09a799 netsplit debug info 9 years ago
  MissValeska de9f35eb02 debug info/usage format fixes 9 years ago
  MissValeska 704b7ebd76 I changed a lot in implementing and setting up testing stuff for netsplit, Including a new netsplit struct in netsukuku.h which may or may not be permanent. It was the only way I could find to preserve a variable from netsukuku.c to andns.c. Also, The netsukuku.c interface argument has, apparently, been just a break statement for a long time, I have reverted it. I still don't totally understand how it works, though. There is more to come! 9 years ago
  MissValeska 8c39cf1d98 netsplit work 9 years ago
  MissValeska 37deedce61 netsplit.c format fix 9 years ago
  MissValeska f8a151e7fb Netsplit progress, ntk_mode properly set up. 9 years ago
  MissValeska c5cfe42811 Netsplit functionality in-progress 9 years ago
  MissValeska 9fd91b8e01 fixed usage() 9 years ago
  MissValeska 09826bb34a Massive experimental work done on implementing ntk netsplit as defined in the rfc http://netsukuku.freaknet.org/docs/main_doc/ntk_rfc/Ntk_net_split 9 years ago
  MissValeska dd2e7d5649 always more work to do 9 years ago
  MissValeska 2cc1ce7892 Fixed the strcmp comparison and printing error in the exclude_interface function. 9 years ago
  MissValeska 84b6ed71d5 Fixed some stuff 9 years ago
  MissValeska 454aa9a776 I have found some stuff in netsukuku which I have used to fix the exclude argument, It should now function correctly. Testing is needed. 9 years ago
  MissValeska 247d4895e9 it should finally be fixed. 9 years ago
  MissValeska 8bc5d69758 The ntk-console client command console_uptime should now not print negative numbers, And inet_sendto should now properly print ipv4 addresses in a human readable format. 9 years ago
  MissValeska 175f795a2b Maybe it will work now? 9 years ago
  MissValeska 2c1bdf5990 Maybe it will work now? 9 years ago
  MissValeska 201b69221e okay, so I will need to find another way to display an ipv4 address in a human readable format. 9 years ago
  MissValeska 67b7f162ff Experimental Debug text fixes. 9 years ago
  MissValeska cfa05e3a64 Fixed Debug text. 9 years ago
  MissValeska b48ef3560f Fixed Debug text. 9 years ago
  MissValeska 0150e04c01 Cleaned up some more spam texts. 9 years ago
  MissValeska 4b512c8ef8 Adding some debug options, And cleaned up spam texts. 9 years ago
  MissValeska 738f6cf903 I just noticed that inet_sendto does NOT call inet_send as I previously assumed, It calls sendto itself. I guess I didn't see that it didn't have inet_ before it. I, Also, Realised that this means that the fragmentation code I copied from inet_send won't work because it calls inet_send instead of inet_sendto. I, Also, Realised that, I need to add the inet_sendto arguments as well. This should fix the cannot send(): Destination address required errors. 9 years ago
  MissValeska ae7fc0ee70 Added Packet Successfully sent text plus errno for inet_sendto. 9 years ago
  MissValeska d6986b3f4d Adds errno and err reporting to inet_sendto. 9 years ago
  MissValeska 7953b9af92 I just made a change and realised, If the the EMSGSIZE case is ever called upon, We won't know if that is actually an error or not. It has a procedure to resolve it, And if we see a big error message, It might scare us even though it is probably fixed. We, Also, Don't know if the error message is for the same packet, or another. I will have to look into fixing this. 9 years ago
  MissValeska 06de3f1f9e This should fix the packet artifically fragmented errors, Hopefully. 9 years ago
  MissValeska e6bea6b2c0 I fixed a compilation error, Dunno why a number in a #define wouldn't be in quotation marks, Also, Why is config.h in .gitignore? 9 years ago
  MissValeska 5469434241 Merge branch 'kallisti5-master' 9 years ago
  MissValeska 0fdc2ad732 working 9 years ago
  MissValeska 01fd7798ca merging 9 years ago
  MissValeska e52842f8d8 Modified the console time function to always produce a non-negative and correct value. 9 years ago
  Valeska 719232b6f9 A comment to explain how inet_send works with the EMSGSIZE case. 9 years ago
  Alexander von Gluck IV eb6648d7ec Revert "gmap: Limit new IPv4 nodes to a class-b private network" 9 years ago
  Alexander von Gluck IV 1dc21e5bc5 gmap: Limit new IPv4 nodes to a class-b private network 9 years ago
  Alexander von Gluck IV ba6c7a6bf9 headers: Fix missing header comments 9 years ago
  Alexander von Gluck IV 3c840072e0 qspn-empiric: If we return non-void we have to return *something* 9 years ago
  Alexander von Gluck IV e264723db2 all: Automatic style cleanup, KnR. No functional change. 9 years ago
  Alexander von Gluck IV 5d78d45402 build: Cleanup, add qspn to default build 9 years ago
  Alexander von Gluck IV 6dacd92b5c build: drop remaining autotools cruft 9 years ago
  Alexander von Gluck IV c5352bb134 ntk-console-server: Show current IP address. This needs improved. 9 years ago
  Alexander von Gluck IV 39bf5ab020 ntk-console-server: Show basic internet connectivity 9 years ago
  Alexander von Gluck IV 8264979309 ntk-console-server: Show basic current interfaces 9 years ago
  Alexander von Gluck IV cea41ed409 ntk-console: Begin returning valid results in ntk-console-server 9 years ago
  Alexander von Gluck IV 2694b1cda4 ntk-console-server: Remove debugging info 9 years ago
  Alexander von Gluck IV 9439a67b34 Scons: Update outdated language 9 years ago
  Alexander von Gluck IV 98e77ded15 ntk-console: Fix retransmit on console 9 years ago