girl 0.77.0 → 0.78.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of girl might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67fe23b6655278a6589fda1afc4ae23af79dfb0f25d023cd357b4722e07fb1a2
4
- data.tar.gz: af7f01bb573014f78d4ecbc06926749d2326c74862b02b53b2f300fd2a927cd0
3
+ metadata.gz: cb6d635f9fb525291d4b0c32b749245255a52234ff9b850add473b430aa5e732
4
+ data.tar.gz: c336934bd1fd8825f72e65fdcc9dd708788f53bec7a175a37228ec724b970869
5
5
  SHA512:
6
- metadata.gz: 5f5ef13b0650eb3c289de191f8aeabfd1e288b58a6fbd680ced51c027cd43d9a4bc7ad988398e611a0dd3cc88ddd894e87dc7252b03b24e8a1e7dd5464d81b73
7
- data.tar.gz: '094ee98b813b04ec12b8a1ea9181c6353cf69eb69ecc595bbbe1f326f1cf6a70b9a11778cfc4d0eee84f59308a0b5ec4f556bab8982befd0d5a1a51b4e850ba3'
6
+ metadata.gz: 81f96a6e78ddf2cf00ff331002b145871eca5b72653bf822d42943858f887be4e996fa47a98e18313800d2a461899280fa6db6eff3781daa3d714b5e54a489dd
7
+ data.tar.gz: 29aaac2d5eae5d9889dcc033048929ff8fffac95c422b5322467ba8859df664097a600e14e9c26ac30e2babadc79463b05d32969565b176f990a52c708dbda80
@@ -873,6 +873,8 @@ module Girl
873
873
  unless send_data( tun, data, @tun_info[ :tund_addr ] )
874
874
  return
875
875
  end
876
+
877
+ src_ext[ :last_continue_at ] = now
876
878
  end
877
879
  end
878
880
 
@@ -609,6 +609,7 @@ module Girl
609
609
  # write tund
610
610
  #
611
611
  def write_tund( tund )
612
+ now = Time.new
612
613
  tund_info = @tund_infos[ tund ]
613
614
 
614
615
  if tund_info[ :is_closing ]
@@ -639,6 +640,8 @@ module Girl
639
640
  unless send_data( tund, data, tund_info[ :tun_addr ] )
640
641
  return
641
642
  end
643
+
644
+ dst_ext[ :last_continue_at ] = now
642
645
  end
643
646
  end
644
647
 
@@ -707,7 +710,6 @@ module Girl
707
710
  end
708
711
 
709
712
  # puts "debug2 written pack #{ pack_id }"
710
- now = Time.new
711
713
  dst_ext[ :relay_pack_id ] = pack_id
712
714
  dst_ext[ :wmems ][ pack_id ] = data
713
715
  dst_ext[ :send_ats ][ pack_id ] = now
@@ -1,3 +1,3 @@
1
1
  module Girl
2
- VERSION = '0.77.0'.freeze
2
+ VERSION = '0.78.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: girl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.77.0
4
+ version: 0.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - takafan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-26 00:00:00.000000000 Z
11
+ date: 2020-08-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: while internet is evil, here's a girl.
14
14
  email: