Skip to content
Snippets Groups Projects
  • Jeremy Soller's avatar
    1a1fb1f5
    Redo networking (#22) · 1a1fb1f5
    Jeremy Soller authored
    * Rewriting network functions
    
    * Add buffer to dup
    Fix non-blocking handling by triggering once on enabling events to read to EOF
    
    * Modifications for UDP API
    
    * Implement TCP client side
    
    * Add active close
    
    * Add DMAR parser
    
    * Implement basic TCP listening. Need to improve the state machine
    
    * Reduce debugging
    
    * Fixes for close procedure
    
    * Updates to fix path processing in libstd
    1a1fb1f5
    History
    Redo networking (#22)
    Jeremy Soller authored
    * Rewriting network functions
    
    * Add buffer to dup
    Fix non-blocking handling by triggering once on enabling events to read to EOF
    
    * Modifications for UDP API
    
    * Implement TCP client side
    
    * Add active close
    
    * Add DMAR parser
    
    * Implement basic TCP listening. Need to improve the state machine
    
    * Reduce debugging
    
    * Fixes for close procedure
    
    * Updates to fix path processing in libstd