150 次程式碼提交 (738f6cf90315c2e78389925b3a4c3ed17cc8a6c2)
 

作者 SHA1 備註 提交日期
  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. 10 年之前
  MissValeska ae7fc0ee70 Added Packet Successfully sent text plus errno for inet_sendto. 10 年之前
  MissValeska d6986b3f4d Adds errno and err reporting to inet_sendto. 10 年之前
  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. 10 年之前
  MissValeska 06de3f1f9e This should fix the packet artifically fragmented errors, Hopefully. 10 年之前
  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? 10 年之前
  MissValeska 5469434241 Merge branch 'kallisti5-master' 10 年之前
  MissValeska 0fdc2ad732 working 10 年之前
  MissValeska 01fd7798ca merging 10 年之前
  MissValeska e52842f8d8 Modified the console time function to always produce a non-negative and correct value. 10 年之前
  Valeska 719232b6f9 A comment to explain how inet_send works with the EMSGSIZE case. 10 年之前
  Alexander von Gluck IV eb6648d7ec Revert "gmap: Limit new IPv4 nodes to a class-b private network" 10 年之前
  Alexander von Gluck IV 1dc21e5bc5 gmap: Limit new IPv4 nodes to a class-b private network 10 年之前
  Alexander von Gluck IV ba6c7a6bf9 headers: Fix missing header comments 10 年之前
  Alexander von Gluck IV 3c840072e0 qspn-empiric: If we return non-void we have to return *something* 10 年之前
  Alexander von Gluck IV e264723db2 all: Automatic style cleanup, KnR. No functional change. 10 年之前
  Alexander von Gluck IV 5d78d45402 build: Cleanup, add qspn to default build 10 年之前
  Alexander von Gluck IV 6dacd92b5c build: drop remaining autotools cruft 10 年之前
  Alexander von Gluck IV c5352bb134 ntk-console-server: Show current IP address. This needs improved. 10 年之前
  Alexander von Gluck IV 39bf5ab020 ntk-console-server: Show basic internet connectivity 10 年之前
  Alexander von Gluck IV 8264979309 ntk-console-server: Show basic current interfaces 10 年之前
  Alexander von Gluck IV cea41ed409 ntk-console: Begin returning valid results in ntk-console-server 10 年之前
  Alexander von Gluck IV 2694b1cda4 ntk-console-server: Remove debugging info 10 年之前
  Alexander von Gluck IV 9439a67b34 Scons: Update outdated language 10 年之前
  Alexander von Gluck IV 98e77ded15 ntk-console: Fix retransmit on console 10 年之前
  Alexander von Gluck IV eb12395dcb ntk-console: Cleanup commands, accept command packets 10 年之前
  Alexander von Gluck IV 84e377eff5 ntk-console: Additional cleanup, no functional change 10 年之前
  Alexander von Gluck IV e23eaafd7b inet: Remove unused unused variables 10 年之前
  Alexander von Gluck IV fd551da7b4 ntk: Don't return in function that doesn't use returns 10 年之前
  Alexander von Gluck IV cf9063f92b ntk: Clean up console spawning 10 年之前
  Alexander von Gluck IV c92713f4d5 misc: Fix missed improper inline 10 年之前
  Alexander von Gluck IV c6eb6b7a40 ntk-console: Add missing string.h 10 年之前
  Alexander von Gluck IV be6e9d3511 ntk: Fix incorrect inline statements 10 年之前
  Alexander von Gluck IV bc054faf0c Console: Add common console header to keep API in sync 10 年之前
  Alexander von Gluck IV 2627ba6350 Build: Place ntk-console as part of core build 10 年之前
  Alexander von Gluck IV d262a621ac Build: Drop messy, poorly written autotools 10 年之前
  Alexander von Gluck IV 0a5463d759 Ntk-console: Clean up file descriptors. 10 年之前
  Alexander von Gluck IV bc3f496788 Ntk-console: Stop using fixed buffer width. 10 年之前
  Alexander von Gluck IV 3a842c2d4c Ntk-console: Clean up command line parsing 10 年之前
  MissValeska 5d49293e08 Pointer fixed. 10 年之前
  MissValeska ef639756da Pointer fixed. 10 年之前
  MissValeska 86699a7a11 Changed variable type. 10 年之前
  MissValeska 9fbb56d12c Fixed some more warnings. 10 年之前
  MissValeska 6b234354cd Improved install script and fixed some warnings. 10 年之前
  MissValeska 186a64f4ac Changed request to char * 10 年之前
  MissValeska 4b7dbb6ede Removed fix 10 年之前
  MissValeska ddb12a1f37 fixed char * compilation error 10 年之前
  MissValeska cb8258ce6e Merge branch 'master' of https://github.com/Netsukuku/netsukuku 10 年之前
  MissValeska 6101dfe6df Removed unneccesary variable, Okay sorry, I know I am not giving that much information, But this is really just compilation fixes which I am using git for so I can send them to my testing machine. 10 年之前
  MissValeska 2c216e4b17 Function addition 10 年之前